Add Sticker to Draft
capcut_add_stickerAdd decorative stickers or emojis to a video draft with custom positioning, scale, and rotation. Specify start and end times for timed overlays.
Instructions
Add sticker/emoji overlay with positioning and transformation.
This tool adds decorative stickers or emojis to the video.
Args:
draft_id (string): The draft ID
sticker_url (string): URL to sticker image
start (number): Start time in seconds
end (number): End time in seconds
position_x (number): Horizontal position 0.0-1.0 (default: 0.5)
position_y (number): Vertical position 0.0-1.0 (default: 0.5)
scale (number): Scale multiplier 0.1-5.0 (default: 1.0)
rotation (number): Rotation angle 0-360 degrees (default: 0)
response_format ('markdown' | 'json'): Output format
Examples:
Add corner sticker: position_x=0.9, position_y=0.1, scale=0.2
Add rotating emoji: rotation=15, scale=0.5
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | The ID of the draft to add sticker to | |
| sticker_url | Yes | URL to the media file | |
| start | Yes | Start time in seconds | |
| end | Yes | End time in seconds | |
| position_x | No | Horizontal position (0.0 to 1.0) | |
| position_y | No | Vertical position (0.0 to 1.0) | |
| scale | No | Scale multiplier | |
| rotation | No | Rotation angle in degrees | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |