{
"video_id": "a99d009a-e001-458f-b74e-5c74acfb12d0",
"prompt": ""
}
curl --location --request POST 'https://api.leebay.cyou/kling/v1/videos/video-extend' \
--header 'Authorization: sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_id": "a99d009a-e001-458f-b74e-5c74acfb12d0",
"prompt": ""
}'
{
"code": 0,
"message": "SUCCEED",
"request_id": "CmJ8DGePZioAAAAAAFIvOQ",
"data": {
"task_id": "CmJ8DGePZioAAAAAAFIvOQ",
"task_status": "submitted",
"created_at": 1737628288136,
"updated_at": 1737628288136
}
}