Skip to main content
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, FAILURE
string
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.