Skip to main content
GET
Doubao Task Status Query

Doubao Task Status Query

After submitting a Doubao series task, query it via 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, the result can be read from video_url.

Method and Path

Request Example

Response Example

Authentication

Path Parameters

string
required
Task ID, consistent with the id returned by the generation endpoint.

Response

string
Task ID.
string
Fixed as video.
string
Model name.
string
Task status. Possible 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 or failed.
integer
Expiration time (Unix timestamp).
string
Video duration (seconds).
string
Video dimensions, for example 720x720.
string
Video download URL, returned only when the status is completed.
string
Source video ID for remixing, if any.
object
Error information, returned only when the status is failed.
string
Error message.
string
Error code.