GlobalAiOpc

Seedance X1 - Query Task

Query Seedance X1 video generation task status and result

GET/kyyReactApiServer/v1/result/{id}

Seedance X1 Query Video Task

Query the video generation task status and result using the id returned by the create task API.

Authentication

Get Key
All requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}

Base URL

https://zcbservice.aizfw.cn/kyyReactApiServer
baseUrl 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

idstringrequired
Video generation task ID returned by the create task API.

Response Parameters

idstring
Video generation task ID
objectstring
Object type, always video
createdinteger
Task creation timestamp
modelstring
Model name used when the task was created
statusstring
Task status:
  • queued - Queued
  • processing - Processing
  • completed - Completed
  • failed - Failed
video_urlstring
Generated video URL. Returned after the task succeeds.
actualDurationnumber
Actual output video duration in seconds. Returned after the task succeeds.
officialMediaUrlstring
Source 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.
errorstring
Error message returned when the task fails.