SkyReels V4 Text-to-Video is a next-generation AI video engine that generates up to 15-second videos at 1080p resolution. With flexible aspect ratios, AI-powered sound effects, and multiple quality modes, it transforms text descriptions into cinematic visual content for creative shorts, ads, and social media.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"Live-action cinematic chase scene. Two riders gallop on horseback through a desert canyon in an ultra-wide shot. Cut to a close-up of the lead rider's determined face, with dust on the skin.","sound":false,"duration":5,"aspectRatio":"16:9","mode":"std"}
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/skyreels-v4/text-to-video' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "Live-action cinematic chase scene. Two riders gallop on horseback through a desert canyon in an ultra-wide shot. Cut to a close-up of the lead rider'\''s determined face, with dust on the skin.",
"sound": false,
"duration": 5,
"aspectRatio": "16:9",
"mode": "std"
}'