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. For newer async workflows, poll_url may point to /v1/tasks/{taskId}.Path Parameters
The task ID returned by the create request.
Response
Task identifier.
Task status such as
pending, processing, completed, or failed.Result asset URL when the task completes and produces a video.
Error message when the task fails.
Examples
cURL
Python
JavaScript