Add Sticker to CapCut Draft
capcut_add_stickerAdd a sticker to a CapCut draft timeline. Specify the draft and sticker resource, set timing, position, scale, and rotation to place it precisely.
Instructions
Place a sticker asset on an existing draft's timeline.
Args:
draft_id (string, required): From capcut_create_draft.
resource_id (string, required): ID of the sticker resource.
start (number, seconds), end (optional): Time range the sticker is visible.
position_x/position_y, scale, rotation: Placement and transform.
extra_params: Any additional VectCutAPI field not modeled above.
Returns: JSON confirming the sticker was added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time in seconds within the timeline. | |
| scale | No | Uniform scale factor (1.0 = original size). | |
| start | No | Start time in seconds within the timeline. | |
| draft_id | Yes | The draft_id returned by capcut_create_draft. | |
| rotation | No | Rotation in degrees. | |
| position_x | No | Horizontal position offset. | |
| position_y | No | Vertical position offset. | |
| resource_id | Yes | ID of the sticker resource to place. | |
| extra_params | No | Optional passthrough for advanced/undocumented VectCutAPI fields not modeled explicitly above (e.g. nested transform/animation objects). Merged directly into the request body. Check the VectCutAPI example.py / API docs if you need a field that isn't listed here. |