curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan-2-7-text-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A cinematic product launch video of a smart lamp on a minimalist desk, warm morning light, slow dolly camera movement",
"negative_prompt": "blur, distorted hands, low quality",
"aspect_ratio": "16:9",
"resolution": "720P",
"duration": 5,
"seed": 12345,
"additional_settings": {
"prompt_extend": true
}
}
}'