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.

Use this reference when you are ready to submit image, video, or audio generation tasks, poll results, receive webhook callbacks, or check account state.

Base URL

https://api.apixo.ai/api/v1

Core endpoints

MethodEndpointDescription
POST/generateTask/{model}Submit a generation task
GET/statusTask/{model}?taskId={id}Query task status
POSTProvider-specific webhook callback URLReceive completion events when request_type is callback
GET/apikeys/current-balanceGet 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

  1. Choose a model from the Generation API Overview or the sidebar.
  2. Submit a task with POST /generateTask/{model}.
  3. Poll GET /statusTask/{model}, or use Webhooks for callback delivery.
  4. Parse resultJson and store generated media URLs that your application needs to keep.

Authentication

All endpoints require a Bearer token. See Authentication for details.
Authorization: Bearer YOUR_API_KEY
Pricing and account limits can vary by model and account configuration. Use the APIXO dashboard and the Pricing page as the source of truth.