generate_video_from_image
Turn a static image into an AI-generated video by providing a motion prompt that describes how the image should animate. Uses Google Veo 3.1 for image-to-video generation.
Instructions
Animate a static image into an AI video (Image-to-Video) using Google Veo 3.1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aspect | No | Output video aspect ratio. | |
| prompt | Yes | Motion prompt describing how the starting image should animate. | |
| account | No | Account key. | |
| start_image_url | No | URL of the starting keyframe image. | |
| video_model_key | No | Image-to-video model key. | |
| start_image_base64 | No | Base64 encoded string of the starting keyframe image. |