Google Veo 3.1 introduces native 1080p resolution, providing creators with higher image quality and greater creative flexibility.
Request
Header Params
Body Params application/json
Example
{"aspect_ratio":"16:9","duration":8,"generate_audio":true,"prompt":"Two person street interview in New York City.\nSample Dialogue:\nHost: \"Did you hear the news?\"\nPerson: \"Yes! Veo 3.1 is now available on WaveSpeedAI. If you want to see it, go check their website.\"","resolution":"720p"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/ws/api/v3/google/veo3.1/text-to-video' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"aspect_ratio": "16:9",
"duration": 8,
"generate_audio": true,
"prompt": "Two person street interview in New York City.\nSample Dialogue:\nHost: \"Did you hear the news?\"\nPerson: \"Yes! Veo 3.1 is now available on WaveSpeedAI. If you want to see it, go check their website.\"",
"resolution": "720p"
}'