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": "Change the character'\''s outfit and add the hat shown in the reference image.",
"negative_prompt": "low resolution, errors, worst quality, low quality, malformed, extra fingers, bad proportions",
"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
}
}'