Google Veo 3.1 はネイティブ 1080p 解像度を導入し、クリエイターにより高画質とより大きな創作の柔軟性を提供します。
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-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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"
}'