Vidu Q3 Pro start-end-to-video generates high-quality videos from first and last frame images with text-guided motion interpolation, supporting up to 1080p resolution.
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
Random seed for reproducibility. 0 means random.
Whether to generate audio simultaneously when generating video.
Two image URLs or Base64 encoded images. First image as start frame, second as end frame. Supports png, jpeg, jpg, webp formats. Max 50MB per image, min 128x128 pixels, aspect ratio must be < 1:4 or 4:1. Both images must have similar resolution (ratio between 0.8-1.25).Array length: 2 - 2
Whether to enable recommendation mode.
Text description of desired video motion between start and end frames.Length limit: 0 - 1500
Custom watermark image URL.
Video duration in seconds, range 1-16.Value range: [1, 16]
Whether to use off-peak mode for lower pricing.
Whether to add watermark to video.
Resolution of generated video.Optional values: 540p, 720p, 1080p
Watermark position: 1=top-left, 2=top-right, 3=bottom-right, 4=bottom-left.Value range: [1, 4]
Response
Use the task_id to request the Task Result API to retrieve the generated outputs.