跳转到主要内容
GET
/
v1
/
image_to_video
/
{task_id}
查询图生视频任务状态
curl --request GET \
  --url https://api.keevx.cn/v1/image_to_video/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 0,
  "msg": "ok",
  "data": {
    "task_id": "i2v-d6b6472bcf724d0399e06d1390cb964e",
    "status": "SUCCEEDED",
    "video_url": "https://storage.googleapis.com/xiling_us_central1_bucket/backend-saas-cdn/image-to-video/9966750584897124421/sample_0.mp4",
    "thumbnail_url": "https://storage.googleapis.com/xiling_us_central1_bucket/backend-saas-cdn/video-ai/tmp/image2video/veo/022934e6-b6d2-4d15-a320-cd60f6e43ae3/i2v-d6b6472bcf724d0399e06d1390cb964e.webp",
    "error_message": "",
    "duration": 8,
    "width": 720,
    "height": 1280
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.keevx.cn/llms.txt

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

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

task_id
string
必填

要查询的任务 ID

响应

任务状态响应

图生视频任务响应

code
integer
必填

状态码

示例:

0

msg
string
必填

响应消息

示例:

"ok"

data
object
必填

任务详情