视频系列Kling
获取 Kling 图生视频任务状态
查询 Kling 图生视频任务的状态和结果。
查询 Kling 图生视频任务的状态和结果。
Authorization
bearerAuth AuthorizationBearer <token>
使用 Authorization Bearer API Key 进行鉴权。
In: header
Path Parameters
task_id*string
任务 ID
Response Body
application/json
application/json
curl -X GET "https://example.com/kling/v1/videos/image2video/task-abc123"{
"task_id": "abcd1234efgh",
"status": "completed",
"url": "https://example.com/video.mp4",
"format": "mp4",
"metadata": {
"duration": 5,
"fps": 30,
"width": 1280,
"height": 720,
"seed": 20231234
},
"error": {
"code": 0,
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}