Vidu Q2 Pro is the flagship evolution for high-precision video synthesis. It redefines "Reference-to-Video" by supporting multi-modal inputs, including up to 7 images or 2 video clips as control sources. Featuring its signature "AI Acting" capability, it delivers cinematic 1080p visuals with flawless subject consistency and subtle emotional nuances. It is the definitive tool for professionals seeking complete control over video editing and recurring character consistency.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"Let the character in @Picture1 recreate the scene from @Video1.","imageUrls":["https://www.runninghub.cn/view?filename=4bfe72ddf7cd8a14033f137baea4602ba59ca4aa097e6b165d9a75be0f547454.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3Njk1ODY3MzY1NjAsInRzIjoxNzY4OTgxOTM2NTYwLCJzaWduIjoiNDE3NGI3ZTgyODk5N2ZjOWZjOTQ5Yjg3YWE2ZGEwN2MifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.38298866106307117"],"videos":["https://ys-static-1252422369.cos.ap-beijing.myqcloud.com/assets/oEABfZQgCGAeWDNcF39vNLb900ngAB2IIgHlgI.MOV"],"aspectRatio":"16:9","resolution":"720p","duration":"5","movementAmplitude":"auto"}
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/vidu/reference-to-video-q2-pro' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "Let the character in @Picture1 recreate the scene from @Video1.",
"imageUrls": [
"https://www.runninghub.cn/view?filename=4bfe72ddf7cd8a14033f137baea4602ba59ca4aa097e6b165d9a75be0f547454.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3Njk1ODY3MzY1NjAsInRzIjoxNzY4OTgxOTM2NTYwLCJzaWduIjoiNDE3NGI3ZTgyODk5N2ZjOWZjOTQ5Yjg3YWE2ZGEwN2MifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.38298866106307117"
],
"videos": [
"https://ys-static-1252422369.cos.ap-beijing.myqcloud.com/assets/oEABfZQgCGAeWDNcF39vNLb900ngAB2IIgHlgI.MOV"
],
"aspectRatio": "16:9",
"resolution": "720p",
"duration": "5",
"movementAmplitude": "auto"
}'