Vidu Task Status Query
OpenAI Format
Vidu Task Status Query
Use GET /v1/videos/{task_id} to query Vidu video task status and results.
GET
Vidu Task Status Query
Vidu Task Status Query
After submitting a Vidu series task, query it throughGET /v1/videos/{task_id}.
- The query path is
GET /v1/videos/{task_id}. - A successful response returns an OpenAI-style
videoobject. - After the task is completed, you can read the result from
video_url.
Method and Path
Request Example
Response Example
Authentication
Path Parameters
Task ID, which is the same as the
id returned by the generation API.Response
Task ID.
Always
video.Model name.
Task status. Possible values include
processing (processing), failed (failed), and completed (completed).Progress percentage (0-100).
Creation time (Unix timestamp).
Completion time (Unix timestamp), returned only when the task is completed or failed.
Video size, for example
1024x1808.Video duration (seconds).
Video quality, for example
standard.Video download URL, returned only in the
completed status.Error information, returned only in the
failed status.Error message.
Error code.