veo3, veo3_fast, and veo3_lite generation tiers16:9, 9:16, and Auto aspect ratios, with 720p, 1080p, and 4k output resolutionscallBackUrl parameter so your service can receive completion notifications instead of polling for task status.curl --location 'https://api.emix.ai/api/v1/client/tasks' \
--header 'Content-Type: application/json' \
--data '{
"model": "veo-3-1/text-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A dog playing in a sunny park, cinematic camera movement, soft natural light.",
"model": "veo3_fast",
"aspect_ratio": "16:9",
"enableTranslation": true,
"watermark": "MyBrand",
"resolution": "720p",
"duration": 8
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "veo_task_abcdef123456"
}
}