curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan-2-7-reference-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Create a short brand video where the referenced character presents the product in a modern studio",
"image_urls": [
{
"url": "https://example.com/character-reference.png"
}
],
"negative_prompt": "blur, distorted face, low quality",
"aspect_ratio": "16:9",
"resolution": "720P",
"duration": 5,
"seed": 12345,
"additional_settings": {
"prompt_extend": true
}
}
}'