Seedance Query Video Generation Task
Query the status of a video generation task.
Only supports the last 7 days of task records, time range [T-7 days, T), where T is the UTC timestamp (seconds) of the request. Note: Video URLs are valid for 14 days; please download or save them promptly.
Authorizations
Pass Authorization: Bearer <token> in the request header.
Headers
Request content type.
Path Parameters
The ID of the video generation task you need to query.
Note: The above parameters are Query String Parameters, passed in the URL string.
Response
Submission successful, returns video task object.
Video generation task ID. Only stored for 7 days (from the created_at timestamp), then automatically deleted.
- When draft: true, this is the Draft video task ID.
- When draft: false, this is the normal video task ID.
Video generation is asynchronous. After obtaining the ID, use the query video generation task API to check the status. When successful, the API returns the generated video URL.