Skip to main content
GET
获取 Kling 图生视频任务状态

Authorizations

Authorization
string
header
required

使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx

Path Parameters

task_id
string
required

任务 ID

Response

成功获取任务状态

视频任务状态查询响应

task_id
string

任务 ID

Example:

"abcd1234efgh"

status
enum<string>

任务状态

Available options:
queued,
in_progress,
completed,
failed
Example:

"completed"

url
string

视频资源 URL(成功时)

Example:

"https://example.com/video.mp4"

format
string

视频格式

Example:

"mp4"

metadata
object

视频任务元数据

error
object

视频任务错误信息