AI Model APIVideosSeedance Format
Query Seedance Video Task (Volcano Official Format)
Use /api/v3/contents/generations/tasks/{task_id} to query Seedance video task status (Volcano official compatible format).
GET /api/v3/contents/generations/tasks/{task_id} queries Seedance video task status using Volcano official compatible format. Directly returns upstream ResponseTask format.
Authorization
BearerAuth AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Path Parameters
task_id*string
任务 ID。
Response Body
application/json
curl -X GET "https://example.com/api/v3/contents/generations/tasks/string"{
"id": "cgt-...",
"model": "dreamina-seedance-2-0-260128",
"status": "queued",
"created_at": 1779348046,
"updated_at": 1779348046
}How is this guide?