跳转到主要内容
GET
/
kling
/
v1
/
videos
/
image2video
/
{task_id}
Get Kling Image-to-Video Task Status
curl --request GET \
  --url https://utoken-test.uuzu.com/kling/v1/videos/image2video/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "task_id": "<string>",
  "url": "<string>",
  "format": "<string>",
  "metadata": {
    "duration": 123,
    "fps": 123,
    "width": 123,
    "height": 123,
    "seed": 123
  },
  "error": {
    "code": 123,
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.utoken.wgame-hk.com/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

Use Bearer Token authentication Format: Authorization: Bearer sk-xxxxxx

路径参数

task_id
string
必填

Task ID

响应

Success - Task Status Retrieved

Video task status query response

task_id
string

Task ID

示例:

"abcd1234efgh"

status
enum<string>

Task Status

可用选项:
queued,
in_progress,
completed,
failed
示例:

"completed"

url
string

Video Resource URL (when Success)

示例:

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

format
string

Video Format

示例:

"mp4"

metadata
object

Video Task Metadata

error
object

Video task error message