Veo2 (Image-to-Video)
This documentation is valid for the following list of our models:
veo2/image-to-video
Overview
An advanced AI model that transforms static images into high-quality, dynamic video content. It builds upon the success of Google's Veo2 text-to-video model, offering unprecedented control and realism in video generation from still images.
Key Features:
Faithful content preservation from source images.
Intuitive motion generation with physics-aware movement.
High-resolution output up to 4K.
Multimodal input processing (image + text).
Setup your API Key
If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guide.
How to Make a Call
Generating a video using this model involves sequentially calling two endpoints:
The first one is for creating and sending a video generation task to the server (returns a generation ID).
The second one is for requesting the generated video from the server using the generation ID received from the first endpoint.
Below, you can find two corresponding API schemas and examples for both endpoint calls.
API Schemas
Video Generation
You can generate a video using this API.
Fetch the video
Examples
Video generation
Fetch the video
Last updated
Was this helpful?