/v1/* authenticated with your API key.
Where to find models
If Image / Video / Audio look empty online, refresh against production and push:
Docs vs Explore
Endpoints
Browse the model catalog →
Authentication
All endpoints use your apisale API key:Bearer with the same key.
Official SDK compatibility
If you already use vendor SDKs, you may not need raw REST:- OpenAI SDK —
/v1/images/*,/v1/videos/*,/v1/models - Gemini SDK —
/v1beta/models/*:generateContent
Request shape
input object must match the model’s schema (shown on each model page).
Async vs sync
- Async (default): returns
run_id; poll or use webhooks — Runs lifecycle - Sync: set
"sync": truefor supported models — blocks until complete
