Skip to main content

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.

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.

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.

Integrate APIXO with your AI coding tool

Install APIXO MCP so Cursor, Claude Code, Codex, or any MCP client can scaffold APIXO calls into your codebase.

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

AreaUse it forMain pattern
Generation APIsImage, video, and audio generationSubmit a task, then poll or receive a webhook
LLM GatewayClaude, OpenAI, and Gemini compatible callsChange the base URL and API key
Account & OperationsBalance, routing, errors, and best practicesConfigure keys and operate reliably

First-time setup

  1. Create an APIXO account.
  2. Get an API key from Dashboard -> API Keys.
  3. Choose a model or compatible LLM API.
  4. 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