Skip to main content
apisale exposes one public inference surface: /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:
See Authentication. OpenAI / Gemini SDKs may use 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

The 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": true for supported models — blocks until complete