curl --location 'https://api.emix.ai/api/v1/client/tasks' \
--header 'Content-Type: application/json' \
--data '{
"model": "veo-3-1/reference-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "Use the reference images as character and material guidance. The character walks through a futuristic street with smooth cinematic motion.",
"imageUrls": [
"https://example.com/reference-1.jpg",
"https://example.com/reference-2.jpg",
"https://example.com/reference-3.jpg"
],
"model": "veo3_fast",
"aspect_ratio": "16:9",
"enableTranslation": true,
"watermark": "MyBrand",
"resolution": "720p",
"duration": 8
}
}'