POST
/
generation
/
google
/
veo3
curl --request POST \
  --url https://pollo.ai/api/platform/generation/google/veo3 \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "input": {
    "image": "<string>",
    "prompt": "<string>",
    "negativePrompt": "<string>",
    "length": 8,
    "aspectRatio": "16:9",
    "seed": 123,
    "generateAudio": true
  }
}'
{
  "taskId": "<string>",
  "status": "waiting"
}

Check out Veo 3 API pricing here. The price is currently aligned with the official rates. We’re still negotiating with Google Cloud for a large package deal that should offer significant discounts. We appreciate your patience as we work out the details—stay tuned!

Authorizations

x-api-key
string
header
required

API key to authorize requests

Body

application/json

Response

200
application/json

Successful response

The response is of type object.