animate_image
Transform still images into animated video clips using text prompts. Provide an image path and animation guidance to create short videos through an async process.
Instructions
Animate a still image into a video clip. Provide the path to a source image and a prompt guiding the animation. This is an async operation — use video_status to poll progress and download_video to retrieve the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Text description guiding the animation | |
| imagePath | Yes | Path to image to use as the first frame | |
| model | No | Model tier: lite (default), fast, or standard | |
| aspectRatio | No | Aspect ratio (16:9 or 9:16) | |
| duration | No | Clip duration in seconds (4, 6, or 8) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | ||
| model | Yes |