Veo 3.1 Reference-to-Video
Video Generation - Veo 3
Veo 3.1 Reference to Video
Generate videos from 1-3 reference images using Google Veo 3.1 Fast model (async, only supports veo3_fast and 16:9)
POST
Veo 3.1 Reference-to-Video
Generate style-consistent videos from reference images using Google DeepMind’s Veo 3.1 model.
Key Features:
- Multi-Image Reference - Support 1-3 reference images to control character, object, or style
- Style Transfer - Apply reference image style to generated videos
- Character Consistency - Ideal for creating multi-shot content with consistent characters
Authorizations
Please use your API Token for authentication
Body
application/json
Task parameters
Image URL list (required) - Reference image URLs (1-3 images)
Required array length:
1 - 3 elementsExample:
["https://example.com/reference1.jpg"]
Prompt (required) - Text description for video generation
Minimum string length:
1Example:
"generate a video based on the reference images"
Enable translation (optional) - Enable translation, default true
Example:
true
Random seed (optional) - Range 10000-99999
Required range:
10000 <= x <= 99999Example:
12345
Watermark (optional) - Watermark identifier
Example:
""
Response
OK
Task ID
Example:
"01234567-89ab-cdef-0123-456789abcdef"