Add image
add_imageAdd a still image to a CapCut draft video track with configurable duration, position, scale, and rotation.
Instructions
Adds a still image to a draft video track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Horizontal offset from canvas center, -1..1. Default 0. | |
| y | No | Vertical offset from canvas center, -1..1. Default 0. | |
| path | Yes | Absolute path to the image file (supports ~). | |
| draft | Yes | Target draft name. | |
| scale | No | Uniform scale factor. Default 1. | |
| rotation | No | Rotation in degrees. Default 0. | |
| atSeconds | No | Timeline position in seconds. Defaults to the end of the track. | |
| durationSeconds | No | How long the image stays on screen. Default 5. |