cURL
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 }
通过任务 ID 查询 Seedance 视频生成任务的状态和结果。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
视频生成请求返回的任务 ID。
任务状态获取成功
"gen-abc123"
"doubao-seedance-1-5-pro-251215"
任务状态。
processing
completed
failed
生成的视频 URL(任务完成后可用)。
1773130665