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,"prompt":"In a study filled with afternoon sunlight, an elderly grandmother with white hair sits in a rocking chair, wearing reading glasses and holding a yellowed old letter. She gently traces the handwriting on the paper with her fingertips, a tender and nostalgic smile on her lips. The camera slowly pulls back from a close-up of the letter, dust motes dance in the soft light. Warm, nostalgic tones, a sense of time and history, cinematic quality.\n\n\n\n","seed":-1}
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/bytedance/dreamina-v3.0/text-to-video-1080p' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"aspect_ratio": "16:9",
"duration": 5,
"prompt": "In a study filled with afternoon sunlight, an elderly grandmother with white hair sits in a rocking chair, wearing reading glasses and holding a yellowed old letter. She gently traces the handwriting on the paper with her fingertips, a tender and nostalgic smile on her lips. The camera slowly pulls back from a close-up of the letter, dust motes dance in the soft light. Warm, nostalgic tones, a sense of time and history, cinematic quality.\n\n\n\n",
"seed": -1
}'