prompt describes what you want to show in the videoimageUrl provides visual reference for AIaspectRatio determines video orientation (vertical or horizontal)duration control the video duration (5 or 10 seconds), where if a 10-second video is selected, 1080p resolution cannot be selectedquality video resolution (720p or 1080p), where if 1080p is selected, 10-second video cannot be generatedwaterMark video watermark text content, empty string means no watermarkcurl --location --request POST 'https://api.kie.ai/api/v1/runway/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A fluffy orange cat dancing energetically in a colorful room with disco lights",
"imageUrl": "https://example.com/cat-image.jpg",
"model": "runway-duration-5-generate",
"waterMark": "kie.ai",
"callBackUrl": "https://api.example.com/callback"
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "ee603959-debb-48d1-98c4-a6d1c717eba6"
}
}