cURL
curl --request POST \ --url https://pollo.ai/api/platform/generation/google/veo3-fast \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "input": { "image": "<string>", "prompt": "<string>", "negativePrompt": "<string>", "length": 8, "aspectRatio": "16:9", "resolution": "720p", "seed": 123, "generateAudio": true }, "webhookUrl": "<string>" } '
{ "taskId": "<string>", "status": "waiting" }
Veo 3 Fast is the accelerated mode of Google Veo 3. It can produce high-quality videos with synchronized audio in under 1 minute, which is 30% faster than the standard Veo 3 model. Integrate it now.
API key to authorize requests
Show child attributes
Successful response
waiting
succeed
failed
processing