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": "使用参考图作为角色和材质参考,角色在未来感街道中行走,镜头运动流畅且具有电影感。",
"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
}
}'