capcut_add_sticker
Add a sticker to a CapCut draft using its resource ID, place it on a new or existing sticker track, and adjust position, scale, rotation, and timing.
Instructions
Add a sticker by CapCut resource_id (get one by inspecting a draft where you or the user already placed that sticker once -- there is no bundled sticker catalog, CapCut's sticker library is too large/volatile to ship). Placed on a new or existing sticker track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posX | No | ||
| posY | No | ||
| atSec | No | start time on the timeline, seconds. Omit to append right after the last clip on the target track (no manual running-total math needed). | |
| draft | Yes | ||
| scale | No | ||
| speed | No | ||
| durSec | No | duration (default: full media length) | |
| volume | No | ||
| opacity | No | ||
| rotation | No | ||
| resourceId | Yes | ||
| trackIndex | No | target track (index in the tracks list); a new track is made if omitted | |
| srcStartSec | No | in-point inside the source file, seconds | |
| trackRenderIndex | No | layer order; higher = on top |