Query Task
Unified Video
Query Task
Use GET /v1/video/query to query the status and result of a Jimeng unified video task.
GET
Query Task
Query Task
After submitting a Jimeng unified video task, query its progress and result viaGET /v1/video/query. 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 through 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, which is the same as the
task_id returned by the creation API.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.Thumbnail URL, optional field.