Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"video_id": "815314555173232724",
"prompt": "Увеличить сцену"
}
Request Code Samples
curl --location 'https://stackapi.ai/kling/v1/videos/video-extend' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"video_id": "815314555173232724",
"prompt": "Увеличить сцену"
}'
Responses
application/json
{
"code": 0,
"message": "SUCCEED",
"request_id": "d57c7fa4-9f49-4bd5-8fb1-a840bb466d3d",
"data": {
"task_id": "815336423632572487",
"task_status": "submitted",
"created_at": 1762419870395,
"updated_at": 1762419870395
}
}
Modified at 2026-06-15 10:10:18