curl --location 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data '{
"model": "custom_runway_alpeh",
"callBackUrl": "https://api.example.com/callback",
"input": {
"prompt": "一只雄鹰在夕阳下的山间云雾中翱翔,配以电影级镜头运动",
"video_url": "https://example.com/input-video.mp4",
"watermark": "kie.ai",
"upload_cn": false,
"aspect_ratio": "16:9",
"seed": 123456,
"reference_image": "https://example.com/reference.jpg"
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "ee603959-debb-48d1-98c4-a6d1c717eba6"
}
}