VIDU Q2 Turbo image to video API, supports multiple resolution options. Generates new video content based on input images, Turbo version balances speed and performance.
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 randomness. Same seed produces similar results.
Whether to generate audio
Input image URL listArray length: 1 - unlimited
Text prompt describing the desired video content
Video duration in seconds, supports 1-10 secondsOptional values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Whether to enable off-peak mode
Output video resolution. Default is 720p.Optional values: 540p, 720p, 1080p
Movement amplitude, controls the intensity of object movementOptional values: auto, small, medium, high
Response
Use the task_id to request the Task Result API to retrieve the generated outputs.