Authorization: Bearer ********************{
"video_id": "828006748715380777",
"prompt": "Extend animation effect",
"negative_prompt": "",
"cfg_scale": 0.5,
"callback_url": ""
}curl --location --request POST 'https://api.key4u.shop/kling/v1/videos/video-extend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_id": "828006748715380777",
"prompt": "Extend animation effect",
"negative_prompt": "",
"cfg_scale": 0.5,
"callback_url": ""
}'{}