DOCS
Build on top of Elevence AI.
A drop-in OpenAI-compatible endpoint, a richer REST API, and an SDK on the way. The dedicated docs site is in progress; pointers below.
Applies to web, iOS and Android
OpenAI-compatible endpoint
Point any OpenAI client at our base URL and the existing /v1/chat/completions shape works unchanged. Stream via SSE, use any of our 60+ models in the model field.
Richer REST API
For things the OpenAI shape doesn't cover — image gen, video gen, agents, threads, branches, share links — use /api/v1/. Full spec coming to docs.elevence.ai.
Auth
•
Personal API keys created in Settings → API Keys.
•
Send as Authorization: Bearer <key>.
•
Per-org credit balance is checked on every call; 402 returned if you're out of credits.
Need help?
Email devs@elevence.ai with the endpoint you're calling and we'll get you up and running.