Generate a video from a still
generate_videoAnimate a still creation into a short clip. Provide the creation ID and motion prompt to generate a 5-7.5 second video; returns a queue ID when processing takes time.
Instructions
Animate an existing still creation into a short clip. This SPENDS the account's credit — video costs several times an image. Takes ~1-3 minutes, so it usually returns a queueId to collect with check_generation rather than the finished clip. Durations: 5, 6.5 or 7.5 seconds (7.5 is tier-gated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Block up to the wait budget (default true). Set false to get the queueId immediately. | |
| style | No | Motion style id, or "auto" (default). | |
| prompt | Yes | How the scene should move (camera, motion, mood). | |
| quality | No | Quality preset id, or "auto" (default) to pick by tier. | |
| duration | No | Clip length in seconds: 5, 6.5 or 7.5 (tier-gated). Default 6.5. | |
| allowNSFW | No | Permit adult content, if the account allows it. | |
| inputCreationId | Yes | The still creation to animate — from an earlier generation, upload_image or list_creations. | |
| frameInterpolation | No | Smoother motion via frame interpolation (costs more). |