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
string
required
Task ID, which is the same as the
task_id returned by the creation API.Response
string
Task ID.
string
Task status; common values include
processing, failed, and completed.integer
Progress percentage (0-100).
integer
Creation time (Unix timestamp).
integer
Completion time (Unix timestamp), returned only when the task is completed.
string
Video download URL, returned only when the status is
completed.string
Thumbnail URL, optional field.