Seedance Format
Get Seedance Video Task
- Query the status of a Seedance video generation task.
- After completion, the video URL is available in result_url.
GET
Authorizations
string
required
All endpoints require Bearer Token authentication.
Path Parameters
string
required
The
id or task_id returned by the create task endpoint.Response
string
Response status.
success indicates success.string
ElkAPI public task ID.
string
Task platform. Seedance is usually
doubao-video.string
Internal task status.Common values:
SUBMITTED, QUEUED, IN_PROGRESS, SUCCESS, FAILUREstring
Task progress.Example:
10%, 50%, 100%string
Result video URL after the task succeeds.
object
Raw upstream task data, which may contain fields such as
content.video_url and usage.total_tokens.