Skip to main content
Use APIXO video APIs for text-to-video, image-to-video, reference-guided generation, video extension, avatar workflows, upscaling, and utility tasks. Video models use the asynchronous Generation API workflow:
  1. Submit a task with POST /generateTask/{model}.
  2. Poll GET /statusTask/{model} or provide a webhook callback.
  3. Read the final video URLs from the completed task.

Choose a video model

Start building

Generation API overview

Understand the shared async request flow.

Generate Task

Submit a video generation or editing task.

Status Task

Poll for progress, results, and failures.

Webhooks

Receive task completion callbacks.