Concepts
Core concepts for understanding the APIXO API
Concepts
Before diving into the API reference, understand these core concepts that power APIXO.
Quick Overview
1. Authentication
All requests require a Bearer token in the Authorization header:
Get your API key from Dashboard → API Keys.
2. Async Workflow
APIXO uses an asynchronous pattern for all generation tasks:
- Submit a task → receive a
taskId - Poll for status or receive a webhook callback
- Retrieve results when
state: "success"
This design handles long-running AI generation (images can take 10-60 seconds, videos even longer).
3. Routing Strategies
Choose how requests are routed to providers:
| Strategy | Description |
|---|---|
| Auto | Value-first with automatic failover (recommended) |
| Value | Lowest price via partner providers |
| Official | Highest reliability via official channels |