AI 模型接口视频(Videos)Happyhorse 快乐马
查询 Happyhorse 快乐马视频任务
查询 Happyhorse 快乐马异步视频任务状态和结果。任务完成后,视频地址位于 metadata.url。
Authorization
Bearer
AuthorizationBearer <token>
In: header
Path Parameters
task_id*string
提交任务时返回的公开任务 ID。
Response Body
application/json
curl -X GET "https://nodekey.xinghanyun.cn/v1/video/generations/task_xxx"{
"id": "string",
"object": "string",
"model": "string",
"status": "queued",
"progress": 0,
"created_at": 0,
"completed_at": 0,
"metadata": {
"url": "string"
},
"error": {
"code": "string",
"message": "string"
}
}最后更新于