curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan/2-7-videoedit",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "为人物换上酷帅的衣服,再戴参考图里的帽子。",
"negative_prompt": "低分辨率、错误、最差质量、低质量、残缺、多余的手指、比例不良等。",
"video_url": "https://example.com/demo/video.mp4",
"reference_image": "https://example.com/demo/reference.png",
"resolution": "1080p",
"aspect_ratio": "16:9",
"duration": 0,
"audio_setting": "auto",
"prompt_extend": true,
"watermark": false,
"seed": 0
}
}'