Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"video_id": "828006748715380777",
"prompt": "延长动画效果",
"negative_prompt": "",
"cfg_scale": 0.5,
"callback_url": ""
}
Request Code Samples
curl --location '/kling/v1/videos/video-extend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"video_id": "828006748715380777",
"prompt": "延长动画效果",
"negative_prompt": "",
"cfg_scale": 0.5,
"callback_url": ""
}'
Responses
application/json
Modified at 2026-03-30 11:39:32