https://api.apisale.ai with your apisale API key (sk-…).
Authentication
Same key value — see Authentication.
Routes
Native REST exposes the full catalog; SDK routes cover common migration paths.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use official OpenAI and Gemini SDKs against apisale.
https://api.apisale.ai with your apisale API key (sk-…).
| Client | Header | Example |
|---|---|---|
| curl / scripts | Key | Authorization: Key sk-… |
| OpenAI / Gemini SDK | Bearer | SDK sends Authorization: Bearer sk-… |
| SDK | Base path | Docs |
|---|---|---|
| OpenAI | /v1/images/*, /v1/videos/*, /v1/models | OpenAI SDK |
| Gemini | /v1beta/models/* | Gemini SDK |
| Native REST | /v1/run/{slug} | Model APIs |
