Skip to main content
POST
Vidu Q3 Turbo Image to Video
Vidu Q3 Turbo Image-to-Video converts static images into dynamic videos, with text-guided motion generation and multiple resolution and aspect ratio options.
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.

Request Headers

string
required
Enum: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

integer
Random seed for reproducible generation; set to 0 or omit for random generation.Range: [0, 2147483647]
boolean
default:true
Whether to enable audio-video generation. When set to true, outputs video with dialogue and background audio. Default: true for Q3 models.
array
required
Reference image URL array; supports .jpg, .jpeg, .png, .webp. Maximum 50MB per image; aspect ratio must be between 1:4 and 4:1.
boolean
default:false
Enable audio-video matching; when set to true, audio rhythm syncs with video dynamics.
string
Motion description for video generation; describe scene motion, actions, and dynamic effects.Length limit: 0 - 5000
integer
default:5
Video duration (seconds).Range: [1, 16]
boolean
default:false
Use off-peak pricing; when set to true, the task is queued for off-peak processing to reduce cost.
string
default:"all"
Audio type, effective when audio is true. all = sound effects + voice, speech_only = voice only, sound_effect_only = sound effects only.Possible values: all, speech_only, sound_effect_only
string
default:"720p"
Output video resolution.Possible values: 540p, 720p, 1080p

Response

string
required
Use the task_id to call the Get Async Task Result API to retrieve the generated output.