Vidu Q1 Image-to-Video
Video
Vidu Q1 Image-to-Video
POST
Vidu Q1 Image-to-Video
Vidu Q1 Image-to-Video transforms static images into dynamic videos, incorporating creative storytelling and animation effects.
Request Headers
string
required
Enum:
application/jsonstring
required
Bearer authentication format: Bearer {{API Key}}.
Request Body
string[]
required
Image used as the starting frame for video generation.Image field requirements:
- Only 1 image is accepted
- Supports public URLs or Base64 format
- Supported formats: png, jpeg, jpg, webp
- Image aspect ratio must be less than 1:4 or 4:1
- All images are limited to 50MB
- Base64 decoded length must be less than 10MB and must include the appropriate content type string. Example:
string
Text prompt for video generation, maximum length of 1500 characters.
integer
Video duration in seconds. Default: 5 seconds, currently only the
5 second option is supported.integer
Random seed for video generation.
- Default: random seed value
- Manually set values will override the default random seed
string
Output video resolution. Default: 1080p, currently only the
1080p option is supported.string
Movement amplitude of objects in the frame. Default:
Possible values:
autoPossible values:
auto, small, medium, largeboolean
Whether to add background music to the generated video. Default:
Possible values:
falsePossible values:
true, falseWhen set to true, the system will automatically add suitable BGM. BGM has no duration limit; the system will automatically adapt to the video length.Response
string
required
The task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.