Authorization: Bearer ********************
{
"task_id":"111",
"video_id": "CmCmrWduIncAAAAAANzAog"
}
curl --location -g --request POST '/kling/v1/videos/video-extend' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id":"111",
"video_id": "CmCmrWduIncAAAAAANzAog"
}'
{
"code": 0,
"message": "string",
"request_id": "string",
"data": {
"task_id": "string",
"task_status": "string",
"created_at": 0,
"updated_at": 0
}
}