AigenwayDocumentation

Google Veo / Veo 3.0 Fast / Text to video

google_veo/veo-3.0-fast-generate-001/text_to_video
Async

Generate a short video from a text prompt.

Parameters

NameTypeRequiredDescriptionAllowed valuesBundle dim.
promptstring
yes
Text prompt describing the desired output.
resolutionstringno720p, 1080p, 4K
aspect_ratiostringno16:9, 9:16, 1:1
callback_urlstringnoWebhook URL invoked when async task completes.
videos_countintegerno
duration_secondsintegernoVideo duration in seconds.4, 6, 8, 10, 12

Example request

{
  "prompt": "A dolphin leaping through ocean waves at sunset",
  "resolution": "1080p",
  "aspect_ratio": "16:9",
  "duration_seconds": 8
}

Example response

null
Pricing: see your dashboard (auth required).