Video Extend

1, 生成视频 2, 此接口要求传入任务id and 视频id 此接口属于子任务, need要in父任务账号enabling用, 请尽快操作避免资源包过期. Official Documentation: https://docs.qingque.cn/d/home/eZQClW07IFEuX1csc-VejdY2M#section=h.8fzev2i9nkje

Endpoint

POST http://v98store.com/kling/v1/videos/video-extend

cURL Command

curl -X POST 'http://v98store.com/kling/v1/videos/video-extend' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "video_id": "815314555173232724", "prompt": "场景放大" }'

Parameters

NameInDescriptionRequired
Content-TypeheaderYes
AcceptheaderYes
AuthorizationheaderYes

Request Body

Example

{
  "video_id": "815314555173232724",
  "prompt": "场景放大"
}

Responses

200 -

Example

{
  "code": 0,
  "message": "SUCCEED",
  "request_id": "d57c7fa4-9f49-4bd5-8fb1-a840bb466d3d",
  "data": {
    "task_id": "815336423632572487",
    "task_status": "submitted",
    "created_at": 1762419870395,
    "updated_at": 1762419870395
  }
}