Doubao Task Status Query
OpenAI Format
Doubao Task Status Query
Use GET /v1/videos/{task_id} to query Doubao video task status and results.
GET
Doubao Task Status Query
Doubao Task Status Query
After submitting a Doubao series task, query it viaGET /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, the result can be read from
video_url.
Method and Path
Request Example
Response Example
Authentication
Path Parameters
Task ID, consistent with the
id returned by the generation endpoint.Response
Task ID.
Fixed as
video.Model name.
Task status. Possible 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 or failed.
Expiration time (Unix timestamp).
Video duration (seconds).
Video dimensions, for example
720x720.Video download URL, returned only when the status is
completed.Source video ID for remixing, if any.
Error information, returned only when the status is
failed.Error message.
Error code.