VIDU Q2 Pro Fast reference image/video to video API. Supports subject mode and non-subject mode with 720p and 1080p resolutions.
This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.
Supports: application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
Whether to add background music.
Random seed for controlling generation randomness. Same seed produces similar results.
Whether to generate audio.
Text prompt. Use @1, @2 etc. to reference subjects.Length limit: 0 - 2000
Video duration in seconds, 1-10.Optional values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Subject list, each containing name, images, videos and voice_id.Array length: 1 - unlimited
Whether to add watermark.
Output video resolution. Default is 720p.Optional values: 720p, 1080p
Video aspect ratio, e.g. 16:9, 9:16, 1:1.
Movement amplitude, controls motion intensity in video.Optional values: auto, small, medium, high
Response
Use the task_id to request the Task Result API to retrieve the generated outputs.