taskId identifies the original video to extendprompt guides how the video should continuequality video resolution, optional values are 720p or 1080p.waterMark video watermark text content, empty string means no watermarkcurl --location --request POST 'https://api.kie.ai/api/v1/runway/extend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "ee603959-debb-48d1-98c4-a6d1c717eba6",
"prompt": "The cat continues dancing with more energy and excitement, spinning around with colorful light effects intensifying",
"imageUrl": "https://file.com/m/xxxxxxxx.png",
"expandPrompt": true,
"waterMark": "kie.ai",
"callBackUrl": "https://api.example.com/callback"
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "ee603959-debb-48d1-98c4-a6d1c717eba6"
}
}