SkyReels V3 Single-shot Video Extension naturally continues your video with 5-10 seconds of seamless footage. Guided by text prompts, it maintains strong scene and character continuity, perfect for extending short clips and expanding narrative content.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"A gentle breeze blew, pink petals floated past the camera, and the girl slightly lifted her eyes and looked towards the camera.","videoUrl":"https://www.runninghub.cn/view?filename=ec209dd2ca1db60bc433490057d786209042ead50b660f9e4173bfa7f1c376a5.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzQ2MDk5MzI2MTQsInRzIjoxNzc0MDA1MTMyNjE0LCJzaWduIjoiMzYyNjkzMTA5OTZkNmNhZDQzZTJlYzNkMDgzMjU4ZmYifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.4173471823586363","duration":5}
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-v3/single-shot-video-extension' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "A gentle breeze blew, pink petals floated past the camera, and the girl slightly lifted her eyes and looked towards the camera.",
"videoUrl": "https://www.runninghub.cn/view?filename=ec209dd2ca1db60bc433490057d786209042ead50b660f9e4173bfa7f1c376a5.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzQ2MDk5MzI2MTQsInRzIjoxNzc0MDA1MTMyNjE0LCJzaWduIjoiMzYyNjkzMTA5OTZkNmNhZDQzZTJlYzNkMDgzMjU4ZmYifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.4173471823586363",
"duration": 5
}'