Use this reference when you are ready to submit image, video, or audio generation tasks, poll results, receive webhook callbacks, or check account state.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.
Base URL
Core endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /generateTask/{model} | Submit a generation task |
GET | /statusTask/{model}?taskId={id} | Query task status |
POST | Provider-specific webhook callback URL | Receive completion events when request_type is callback |
GET | /apikeys/current-balance | Get remaining balance |
Quick reference
Generate Task
Submit a generation task to an image, video, or audio model.
Status Task
Query task status and retrieve final result URLs.
Webhooks
Receive completion callbacks instead of polling.
Parameter Specification
Compare common request fields across generation models.
System APIs
Check balance and account-related system endpoints.
Errors
Understand API errors, retry behavior, and provider failures.
Request pattern
- Choose a model from the Generation API Overview or the sidebar.
- Submit a task with
POST /generateTask/{model}. - Poll
GET /statusTask/{model}, or use Webhooks for callback delivery. - Parse
resultJsonand store generated media URLs that your application needs to keep.
Authentication
All endpoints require a Bearer token. See Authentication for details.Pricing and account limits can vary by model and account configuration. Use the APIXO dashboard and the Pricing page as the source of truth.