PixVerse V6 Extend continues an existing video clip with AI-generated footage that seamlessly matches the original motion and style. Describe what happens next to get a natural, motion-consistent extension with optional style control, negative prompting, and synchronized audio.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"The camera slowly pulls back, gradually revealing the street scene in the background, and the man turns his head to look out the window.","videoUrl":"https://www.runninghub.cn/view?filename=8b1f60d68419aa2ef6a376dadc6bac1d6d86e1823d39ae152952b3ee9e0d7d5e.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzYyMTkwMDk1MzUsInRzIjoxNzc1NjE0MjA5NTM1LCJzaWduIjoiOGUzMjE0NDYzMDRhMzI5ODcxNGFhZDY3NGQwZjI5M2YifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.6401298920071536","resolution":"720p","duration":5,"generateAudioSwitch":true}
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'https://www.runninghub.ai/openapi/v2/pixverse-v6/extend' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"prompt": "The camera slowly pulls back, gradually revealing the street scene in the background, and the man turns his head to look out the window.",
"videoUrl": "https://www.runninghub.cn/view?filename=8b1f60d68419aa2ef6a376dadc6bac1d6d86e1823d39ae152952b3ee9e0d7d5e.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzYyMTkwMDk1MzUsInRzIjoxNzc1NjE0MjA5NTM1LCJzaWduIjoiOGUzMjE0NDYzMDRhMzI5ODcxNGFhZDY3NGQwZjI5M2YifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.6401298920071536",
"resolution": "720p",
"duration": 5,
"generateAudioSwitch": true
}'