curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "happyhorse/video-edit",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "让视频中的马头人身角色穿上图片中的条纹毛衣",
"video_url": "https://necessary-pasta.name/",
"image_urls": [
"https://loremflickr.com/400/400?lock=5603408974510565",
"https://loremflickr.com/400/400?lock=1070328653096953"
],
"resolution": "1080p",
"audio_setting": "auto",
"seed": 1986883249
}
}'