> ## 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 API Documentation

> Build with APIXO image, video, audio, and LLM APIs. Follow quickstarts, browse model guides, and create production-ready workflows

## Start building

<CardGroup>
  <Card title="Run your first API request" href="/docs/quickstart">
    Submit a generation task, check its status, and retrieve the result.
  </Card>

  <Card title="Browse Generation models" href="/docs/models">
    Compare image, video, audio, and utility models that use the async task API.
  </Card>

  <Card title="Connect to the Chat API" href="/docs/llm">
    Use Claude, OpenAI Responses, and Gemini-compatible APIs through one gateway.
  </Card>

  <Card title="Install APIXO MCP" href="/docs/integrations/mcp/installation">
    Let Cursor, Claude Code, Codex, or another MCP client discover schemas and write integration code.
  </Card>
</CardGroup>

## Choose an API

| API                            | Use it for                                            | Request pattern                                |
| ------------------------------ | ----------------------------------------------------- | ---------------------------------------------- |
| [Generation APIs](/docs/models)     | Image, video, audio, and utility models               | Submit a task, then poll or receive a webhook  |
| [Chat API](/docs/llm)               | Claude, OpenAI Responses, and Gemini-compatible calls | Change the base URL and API key                |
| [APIXO MCP](/docs/integrations/mcp) | AI-assisted API integration and schema discovery      | Connect a local MCP server to your coding tool |

## Set up in three steps

1. Create an APIXO account and get an API key from [Dashboard → API Keys](https://apixo.ai/dashboard/api-keys).
2. Choose a [Generation model](/docs/models), connect to the [Chat API](/docs/llm), or install [APIXO MCP](/docs/integrations/mcp/installation).
3. Follow the [Quickstart](/docs/quickstart) to make a working request with your API key.

## Build for production

<CardGroup>
  <Card title="Authentication" href="/docs/concepts/authentication">
    Learn how APIXO API keys are sent with requests.
  </Card>

  <Card title="Error codes" href="/docs/api-reference/errors">
    Diagnose failed requests, retry safely, and collect useful debugging details.
  </Card>

  <Card title="Routing strategies" href="/docs/concepts/routing-strategies">
    Choose Auto, Value, or Official routing for your API keys.
  </Card>

  <Card title="Best practices" href="/docs/guides/best-practices">
    Build reliable integrations with retries, polling, and result storage.
  </Card>
</CardGroup>
