Skip to main content
GET
Vidu Task Status Query

Vidu Task Status Query

After submitting a Vidu series task, query it through GET /v1/videos/{task_id}.
  • The query path is GET /v1/videos/{task_id}.
  • A successful response returns an OpenAI-style video object.
  • After the task is completed, you can read the result from video_url.

Method and Path

Request Example

Response Example

Authentication

Path Parameters

string
required
Task ID, which is the same as the id returned by the generation API.

Response

string
Task ID.
string
Always video.
string
Model name.
string
Task status. Possible values include processing (processing), failed (failed), and completed (completed).
integer
Progress percentage (0-100).
integer
Creation time (Unix timestamp).
integer
Completion time (Unix timestamp), returned only when the task is completed or failed.
string
Video size, for example 1024x1808.
string
Video duration (seconds).
string
Video quality, for example standard.
string
Video download URL, returned only in the completed status.
object
Error information, returned only in the failed status.
string
Error message.
string
Error code.