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
Documentation Index
Fetch the complete documentation index at: https://docs.elkapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
All endpoints require Bearer Token authentication.
Path Parameters
The
id or task_id returned by the create task endpoint.Response
Response status.
success indicates success.ElkAPI public task ID.
Task platform. Seedance is usually
doubao-video.Internal task status.Common values:
SUBMITTED, QUEUED, IN_PROGRESS, SUCCESS, FAILURETask progress.Example:
10%, 50%, 100%Result video URL after the task succeeds.
Raw upstream task data, which may contain fields such as
content.video_url and usage.total_tokens.