Skip to main content
GET
/
v1
/
video
/
generations
/
{id}
查询视频生成任务
curl --request GET \
  --url https://www.anyfast.com.cn/v1/video/generations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "gen-abc123",
  "model": "doubao-seedance-1-5-pro-251215",
  "status": "processing",
  "video_url": "<string>",
  "created_at": 1773130665
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

视频生成请求返回的任务 ID。

Response

任务状态获取成功

id
string
Example:

"gen-abc123"

model
string
Example:

"doubao-seedance-1-5-pro-251215"

status
enum<string>

任务状态。

Available options:
processing,
completed,
failed
video_url
string

生成的视频 URL(任务完成后可用)。

created_at
integer
Example:

1773130665