Dreamina V3.0 offers more precise and naturally dynamic responses to text or image inputs, capable of generating high-quality 1080P videos with professional-level visual effects. This version supports diverse and expressive styles, and presents multiple scenes within narratives.
Request
Header Params
Body Params application/json
Example
{"aspect_ratio":"16:9","duration":5,"enable_prompt_expansion":true,"prompt":"An elderly man with kind, smiling eyes sits on a park bench, teaching his young granddaughter how to play the ukulele. The scene is bathed in the warm, soft glow of a late afternoon golden hour. The camera slowly pushes in, capturing the genuine emotion and connection between them. Highly detailed, photorealistic.","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/veo2' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"aspect_ratio": "16:9",
"duration": 5,
"enable_prompt_expansion": true,
"prompt": "An elderly man with kind, smiling eyes sits on a park bench, teaching his young granddaughter how to play the ukulele. The scene is bathed in the warm, soft glow of a late afternoon golden hour. The camera slowly pushes in, capturing the genuine emotion and connection between them. Highly detailed, photorealistic.",
"resolution": "720p"
}'