PixVerse V6 Transition creates smooth AI-generated video transitions between a start image and an optional end image. Describe the transformation and get a natural, motion-consistent clip with optional style control, multi-clip mode, and synchronized audio.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"Change the model's clothes in the picture for a smooth transition.","firstImageUrl":"https://www.runninghub.cn/view?filename=7be13a2a85efc5d21ed06654c725c08e8860a3742a62461499b8226ba6fccb8c.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzYyMTY1NzEyNzksInRzIjoxNzc1NjExNzcxMjc5LCJzaWduIjoiZGVmYTM4YWJlZDA2YTA5Y2U0MTY1ZjA5MDY2NmZhMDkifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.5580709962814756","endImageUrl":"https://www.runninghub.cn/view?filename=08a4fab9ebd50783b7ddcaa4ce79fdb3668b4fe0f9114a40962d425a408cd369.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzYyMTY1NzEyNzksInRzIjoxNzc1NjExNzcxMjc5LCJzaWduIjoiZGVmYTM4YWJlZDA2YTA5Y2U0MTY1ZjA5MDY2NmZhMDkifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.9853527213160898","resolution":"720p","duration":5,"generateAudioSwitch":false,"generateMultiClipSwitch":false,"aspectRatio":"1:1","thinkingType":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--request POST 'https://www.runninghub.ai/openapi/v2/pixverse-v6/transition' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "Change the model'\''s clothes in the picture for a smooth transition.",
"firstImageUrl": "https://www.runninghub.cn/view?filename=7be13a2a85efc5d21ed06654c725c08e8860a3742a62461499b8226ba6fccb8c.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzYyMTY1NzEyNzksInRzIjoxNzc1NjExNzcxMjc5LCJzaWduIjoiZGVmYTM4YWJlZDA2YTA5Y2U0MTY1ZjA5MDY2NmZhMDkifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.5580709962814756",
"endImageUrl": "https://www.runninghub.cn/view?filename=08a4fab9ebd50783b7ddcaa4ce79fdb3668b4fe0f9114a40962d425a408cd369.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzYyMTY1NzEyNzksInRzIjoxNzc1NjExNzcxMjc5LCJzaWduIjoiZGVmYTM4YWJlZDA2YTA5Y2U0MTY1ZjA5MDY2NmZhMDkifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.9853527213160898",
"resolution": "720p",
"duration": 5,
"generateAudioSwitch": false,
"generateMultiClipSwitch": false,
"aspectRatio": "1:1",
"thinkingType": true
}'