Authentication
How to get and use your API key
Async Workflow
The submit → poll/callback → result pattern
Routing Strategies
Auto, Value, and Official routing options
Quick Overview
1. Authentication
All requests require a Bearer token in theAuthorization header:
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"
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 |
Next Steps
Quickstart
Generate your first image in 5 minutes
API Reference
Detailed endpoint documentation