curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan-2-7-image-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Animate the product photo into a clean commercial shot with a gentle camera push-in and subtle background motion",
"start_image_url": "https://example.com/start-frame.png",
"negative_prompt": "blur, low quality, warped object",
"resolution": "720P",
"duration": 5,
"seed": 12345,
"additional_settings": {
"prompt_extend": true
}
}
}'