Add text overlay
add_textAdds a text overlay to a CapCut draft. Specify text, position, duration, and style to insert titles or captions at any point on the timeline.
Instructions
Adds a text overlay (title, caption) to a draft text 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. | |
| text | Yes | Text content to display. | |
| color | No | Text color as #RRGGBB. Default #FFFFFF. | |
| draft | Yes | Target draft name. | |
| scale | No | Uniform scale factor. Default 1. | |
| fontSize | No | CapCut font size. Default 15. | |
| 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 text stays on screen. Default 3. |