capcut_add_subtitles
Add synchronized subtitles to CapCut projects from structured cues, SRT files, or raw SRT text, with control over timing, position, and styling.
Instructions
Batch adds synchronized subtitles / captions from an array of items, an SRT file path, or raw SRT string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| y | No | Vertical position [-1.0 to 1.0]. -0.72 is ideal lower-third position. | |
| font_size | No | Subtitle font size. | |
| subtitles | No | Structured list of subtitle cues. | |
| text_color | No | Subtitle font color. | #ffffffff |
| srt_content | No | Raw SRT format text string. | |
| border_color | No | Subtitle border outline color. | #000000ff |
| border_width | No | Subtitle border outline width. | |
| srt_file_path | No | Absolute path to a .srt subtitle file on disk. | |
| project_name_or_id | Yes | Target project name or ID. |