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/reference-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A woman in a red qipao character1. The shot opens with a side medium view outlining the tailored fit of the qipao and S-curve silhouette, then cuts to a low-angle shot capturing her gracefully unfolding a folding fan character2, with tassel earrings character3 swaying lightly as she turns her head. Finally, the camera pushes into a facial close-up, freezing on her fingertips lightly touching the fan ribs and the subtle, reserved charm in her expressive gaze. Through multiple angles, it comprehensively showcases an aura of Eastern elegance.",
"reference_image": [
"https://loremflickr.com/400/400?lock=8132663902229376",
"https://loremflickr.com/400/400?lock=1716016437146867"
],
"resolution": "1080p",
"aspect_ratio": "16:9",
"duration": 5,
"seed": 1308038620
}
}'