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
Enum value:
application/jsonBearer authentication format: Bearer {{API key}}.
Request Body
Images used as the starting frame for generating the video.Image field requirements:
- Only 1 image is accepted
- Public URLs or Base64 format are supported
- Supported formats: png, jpeg, jpg, webp
- The image aspect ratio must be less than 1:4 or 4:1
- All images are limited to 50MB
- The Base64-decoded length must be less than 10MB, and it must include an appropriate content type string. For example:
The text prompt for video generation, with a maximum length of 1500 characters.
Video duration in seconds. Defaults to 5 seconds. Currently, only the
5-second option is supported.The random seed for video generation.
- Defaults to a random seed value
- A manually set value will override the default random seed
Output video resolution. Defaults to 1080p. Currently, only the
1080p option is supported.The movement amplitude of objects in the scene. Default value:
Available values:
autoAvailable values:
auto, small, medium, largeWhether to add background music to the generated video. Default value:
Available values:
falseAvailable values:
true, falseWhen set to true, the system will automatically add suitable BGM. There is no duration limit for BGM; the system will automatically adapt it.Response Information
The task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to obtain the generation result