API & Docs

Talk to Unicorn.

All endpoints live on the same server that rendered this page. Everything is JSON. Auth where required is capability token (CBAT) — issued per action.

MethodPathPurpose
GET/healthLiveness
GET/snapshotFull snapshot of modules/verticals/telemetry
GET/streamSSE stream of snapshots (5s)
GET/api/servicesLive service catalogue (marketplace + verticals)
GET/api/services/:idService detail
POST/api/checkout/btcCreate BTC invoice + signed receipt
POST/api/checkout/paypalCreate PayPal link + signed receipt
POST/api/activateActivate a purchased service
GET/api/autonomy/verifyVerify Merkle chain integrity
GET/api/autonomy/didList registered module DIDs
POST/api/revenue/routeRoute a revenue event (signed)
POST/api/outcome/recordRecord proven outcome → auto‑invoice

Example: create BTC invoice

curl -s -X POST https://zeusai.pro/api/checkout/btc \
  -H 'Content-Type: application/json' \
  -d '{"amount":49,"currency":"USD","plan":"starter","email":"you@company.com"}'
Zeus Concierge · online
I'm Zeus. I can guide you through services, pricing, BTC/PayPal checkout, or activate a service after payment. What would you like to do?