Overview
Use this endpoint for unified async polling across task types such as video, image, music, and 3D generation.If a create response includes
poll_url, call that exact path. Some image models may return task-based responses under either an image-specific status path or /v1/tasks/{id}.Path Parameters
The task ID returned by the create request.
Response
Canonical async task identifier.
Async task identifier alias.
Preferred polling URL when the create response supplies one.
Task status such as
pending, processing, completed, or failed.Progress percentage when the provider reports it.
Result asset URL when the task completes and produces a video.
Single video payload with
url, duration, width, and height when available.Multiple video payloads when the upstream returns more than one output.
Error message when the task fails.
Creation timestamp when available.
Last update timestamp when available.
Model used by the task when the provider reports it.
Examples
cURL
Python
JavaScript