Authorization: Bearer ********************{
"video_id": "815314555173232724",
"prompt": "场景放大"
}curl --location --request POST 'http://yunwu.ai/kling/v1/videos/video-extend' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_id": "815314555173232724",
"prompt": "场景放大"
}'{
"code": 0,
"message": "SUCCEED",
"request_id": "d57c7fa4-9f49-4bd5-8fb1-a840bb466d3d",
"data": {
"task_id": "815336423632572487",
"task_status": "submitted",
"created_at": 1762419870395,
"updated_at": 1762419870395
}
}