APIXO gives you one API key and unified access to image, video, audio, and LLM APIs. Use this documentation to understand the platform, connect a model after trying it in the playground, and move your integration into production.Documentation Index
Fetch the complete documentation index at: https://apixo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Choose your path
Generate images, videos, or music
Use the async Generation APIs for image, video, and audio models.
Use LLM compatible APIs
Connect Claude, OpenAI Responses, and Gemini compatible APIs through APIXO.
Start with a working request
Submit a task, poll for the result, and download your first generated image.
Troubleshoot production issues
Understand errors, retry behavior, and debugging data.
How APIXO is organized
| Area | Use it for | Main pattern |
|---|---|---|
| Generation APIs | Image, video, and audio generation | Submit a task, then poll or receive a webhook |
| LLM Gateway | Claude, OpenAI, and Gemini compatible calls | Change the base URL and API key |
| Account & Operations | Balance, routing, errors, and best practices | Configure keys and operate reliably |
First-time setup
- Create an APIXO account.
- Get an API key from Dashboard -> API Keys.
- Choose a model or compatible LLM API.
- Copy the quickstart request and replace
YOUR_API_KEY.
Authentication
Learn how APIXO API keys are sent with requests.
How APIXO Works
Understand the difference between async generation and direct LLM calls.
Routing strategies
Choose Auto, Value, or Official routing for your API keys.
Best practices
Build reliable integrations with retries, polling, and result storage.
Common next steps
- If you came from a model playground, open that model page under Generation APIs.
- If you are configuring a coding tool or app, start with Configure Third-party Apps.
- If you need endpoint details, use Generate Task, Status Task, and Webhooks.