VIDU Q2 Pro Fast image to video API, supports 720P and 1080P resolutions. Fast mode significantly reduces generation time.
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. Supports 720p and 1080p. Default is 720p.Optional values: 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.