GlobalAiOpc

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}}

Query Parameters

idstringrequired
Task ID returned by the create API.

Response Parameters

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.
usageobject
Returned when the upstream response includes tool statistics. Contains token statistics and tool usage statistics.
usage.tool_usageobject
Tool usage statistics. Keys are tool types and values are call counts.
usage.tool_usage.web_searchinteger
Actual web search count. 0 means no web search was performed.

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.