Getting started, API reference, integration recipes.
curl -X POST https://api.empiregateway.eliteaiempire.com/v1/invoke \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input": "hello"}'
Bearer token in the Authorization header. Tokens minted from your dashboard.
Free: 1k req/mo. Indie: 100k. Pro: 1M. Enterprise: SLA-negotiated.
Standard HTTP codes. JSON error body: {"error": {"code": "...", "message": "..."}}.
Configure webhook receivers from the dashboard. We sign with HMAC-SHA256.
Direct HTTP works everywhere. For convenience:
Until SDKs ship: use the OpenAPI spec at /openapi.json with your generator of choice.
Drop us a line at /contact/. We respond within 1 business day.