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

Check out Veo 2 API pricing here, cheaper than Fal AI and Replicate.

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.