Vidu Task Query
Official Format
Vidu Task Query
Use GET /vidu/ent/v2/task/{task_id}/creations to query Vidu task status and results.
GET
Vidu Task Query
Vidu Task Query
The official Vidu-format task query API is used to query the status and results of video generation tasks.- The route entry is
GET /vidu/ent/v2/task/{task_id}/creations. - Specify the task to query through the path parameter
task_id. - Returns the task status (
processing,completed,failed) and the video download URL.
Method and Path
Request Example
Request Parameters
string
required
Task ID. The
task_id returned when the task was created.Authentication
Response Example
Response
string
Task ID.
string
Task status. Possible values:
processing (in progress), completed (completed), failed (failed).string
Video download URL (returned only when the status is
completed).integer
Status update timestamp (Unix timestamp).