Query Task
Unified Video
Query Task
Use GET /v1/video/query to query the status and result of a Vidu unified video task.
GET
Query Task
Query Task
After a Vidu unified video task is submitted, useGET /v1/video/query to query its progress and result. The query parameter uses id, whose value is the task ID returned by Create Video.
- The route entry is
GET /v1/video/query. - The task ID is passed in via the Query parameter
id. - The returned structure includes fields such as
status,progress, andvideo_url.
Method and Path
Request Example
Response Example
Authentication
Query Parameters
Task ID, consistent with the
task_id returned by the creation interface.Response
Task ID.
Task status; common values include
processing, failed, and completed.Progress percentage (0-100).
Creation time (Unix timestamp).
Completion time (Unix timestamp), returned only when the task is completed.
Video download URL, returned only when the status is
completed.