Skip to content

Quick Reference: Endpoints

Fresh

Source: BIBLE.md (API section), bible/runbook.md (Daily heartbeat)

The 12 most-used endpoints.

Health and inventory

MethodEndpointWhat
GET/healthEngine status
GET/routesAll 704 routes
GET/events/streamSSE event stream

Browser

MethodEndpointWhat
POST/browser/launchLaunch browser with fingerprint
GET/browserList active browsers
POST/browser/:id/vision-clickVision-based click
POST/browser/:id/set-modeSwitch ghost/hybrid/speed

CTR

MethodEndpointWhat
POST/ctr/runSingle CTR session
POST/ctr/batchBatch CTR sessions
GET/campaignsList campaigns

Ranks

MethodEndpointWhat
POST/ranks/checkCheck rank
POST/ranks/batchBatch check
GET/ranks/reportHistorical trend
GET/ranksAll tracked keywords

Schedules

MethodEndpointWhat
POST/schedulesCreate
GET/schedulesList
POST/schedules/:id/pausePause
POST/schedules/:id/resumeResume
POST/schedules/autopilotEngage 3 daemons
DELETE/schedules/autopilotDisengage

Cascade

MethodEndpointWhat
POST/cascade/runExecute 9-platform cascade
POST/cascade/planPreview without executing
GET/cascade/statusActive and historical

Accounts

MethodEndpointWhat
GET/accountsList
GET/accounts/army-statusAggregate counts
GET/accounts/readyWarm + unlocked
POST/accounts/:id/lockLock for campaign
POST/accounts/:id/quarantineQuarantine
POST/accounts/importBulk import

Cookies

MethodEndpointWhat
POST/cookies/refreshSingle refresh
POST/cookies/refresh-batchBatch refresh
GET/cookies/statusCookie health
GET/cookies/proxy-poolProxy pool health

Social

MethodEndpointWhat
GET/social/platformsList 18 platforms
POST/social/actionDispatch action
POST/social/:platform/postPlatform-specific post

Mobile

MethodEndpointWhat
GET/mobile/devicesList ADB devices
POST/mobile/connectConnect to device
POST/mobile/:id/tapHumanized tap
POST/mobile/:id/vision-findVision find on device

Authentication

All endpoints require:

x-api-key: ghost-engine-key

Base URL

http://localhost:4700