Skip to main content
GET
/
api
/
v3
/
contents
/
generations
/
tasks
/
{task_id}
Query task (Seedance)
curl --request GET \
  --url https://api.aiid.edu.kg/api/v3/contents/generations/tasks/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "model": "<string>",
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "created_at": 123,
  "updated_at": 123,
  "content": {
    "video_url": "<string>",
    "last_frame_url": "<string>"
  },
  "usage": {
    "completion_tokens": 123,
    "total_tokens": 123
  },
  "items": "<string>"
}

Authorizations

Authorization
string
header
required

Use Bearer Token authentication. Format: Authorization: Bearer sk-xxxxxx

Path Parameters

task_id
string
required

?? ID

Response

200 - application/json

Query successful

id
string

Task ID.

model
string
status
enum<string>

Task status.

Available options:
queued,
running,
succeeded,
failed
error
object
created_at
integer

Creation time (Unix seconds).

updated_at
integer
content
object
usage
object
items
string