GlobalAiOpc
Seedance X1 - Query Task
Query Seedance X1 video generation task status and result
Seedance X1 Query Video Task
Query the video generation task status and result using the
id returned by the create task API.Authentication
Get KeyAll requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}
Base URL
https://zcbservice.aizfw.cn/kyyReactApiServerbaseUrl is the shared prefix for all public APIs. The api field in the current page frontmatter shows the full endpoint. Use this baseUrl as the common prefix when reading or composing request paths.Path Parameters
idstringrequiredVideo generation task ID returned by the create task API.
Response Parameters
idstringVideo generation task ID
objectstringObject type, always
videocreatedintegerTask creation timestamp
modelstringModel name used when the task was created
statusstringTask status:
queued- Queuedprocessing- Processingcompleted- Completedfailed- Failed
video_urlstringGenerated video URL. Returned after the task succeeds.
actualDurationnumberActual output video duration in seconds. Returned after the task succeeds.
officialMediaUrlstringSource video URL that may be returned for official-series models after success.
It may be returned only for
seedance_2_0_x1_official and seedance_fast_2_0_x1_official; discount-series models do not guarantee this field.errorstringError message returned when the task fails.
