capcut_add_text
Add customizable titles, lower-thirds, or text overlays to CapCut text tracks. Specify text, position, font, color, border, alignment, duration, and start time.
Instructions
Adds a customizable title, lower-third, or text overlay to a text track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Horizontal position [-1.0 to 1.0]. 0 = center. | |
| y | No | Vertical position [-1.0 to 1.0]. Negative is lower third. | |
| text | Yes | Text content to display. | |
| alignment | No | Text alignment. | center |
| font_size | No | Font size (e.g. 12, 14, 18). | |
| text_color | No | Hex color with alpha (default #ffffffff white). | #ffffffff |
| track_index | No | Text track index. | |
| border_color | No | Stroke/outline color (default #000000ff black). | #000000ff |
| border_width | No | Outline border width (0.0 to 0.2). | |
| duration_seconds | No | Duration in seconds (default 3s). | |
| project_name_or_id | Yes | Target project name or ID. | |
| start_time_seconds | No | Start time in seconds, or 'auto_append'. | auto_append |