MaiopcMaiopc
Maiopc

Seedance2.0 Special Price - Query Task

Query Seedance2.0 special-price task status and final video result

GET/kyyReactApiServer/v1/result/{id}

Seedance2.0 Special Price Query Task

Query task status and final video URL by the id returned from the create API.
cURL
Authorization: Bearer {{key}}
idstringrequired
Task ID returned by the create API.
idstring
Task ID.
objectstring
Object type, fixed as video.
createdinteger
Task creation timestamp.
modelstring
Model used by this task.
statusstring
Task status: queued, processing, completed, or failed.
video_urlstring
Final video URL after success.
errorstring
Failure reason when the task fails.
amountnumber
Charged amount.
last_frame_urlstring
Last-frame image URL when available.

Status

  • queued: the task has been created and is waiting to be processed.
  • processing: the task is being processed.
  • completed: the task succeeded and video_url is available.
  • failed: the task failed and error is available.