OpenAI Sora 2 — Text-to-Video is a state-of-the-art integrated video and audio generator, built on the original Sora technical foundation. It surpasses all previous video models with more accurate physical motion, ultra-sharp realistic visual effects, perfectly synchronized audio, stronger controllability and a much wider stylistic expression range for diverse creative needs. Channel-low-price: priced significantly lower than the Official Stable Edition, but stability is not guaranteed.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"duration":"10","prompt":"Sunlight filters through towering oak trees in a magical forest, where a small fox dances with talking mushrooms. A waterfall glows in the distance, and dandelion seeds float gently through the air. The animation is soft, warm, and hand-painted, with bright, saturated colors. The camera slowly pushes forward in a dreamy glide. Style inspired by Studio Ghibli’s My Neighbor Totoro","aspectRatio":"9:16","storyboard":false}
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://www.runninghub.ai/openapi/v2/rhart-video-s/text-to-video' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"duration": "10",
"prompt": "Sunlight filters through towering oak trees in a magical forest, where a small fox dances with talking mushrooms. A waterfall glows in the distance, and dandelion seeds float gently through the air. The animation is soft, warm, and hand-painted, with bright, saturated colors. The camera slowly pushes forward in a dreamy glide. Style inspired by Studio Ghibli’s My Neighbor Totoro",
"aspectRatio": "9:16",
"storyboard": false
}'