MaiopcMaiopc
Maiopc

Seedance2.0 Official Discount - Query Task

Query Seedance2.0 official-discount task result, totalTokens, and last-frame URL

GET/kyyReactApiServer/v1/result/{id}

Seedance2.0 Official Discount Query Task

Query task status by the id returned from the create API. Official-discount tasks return totalTokens after completion for reconciliation.
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.
totalTokensinteger
Total tokens for this task after success.
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.