capcut_add_audio_clip
Add background music, sound effects, or voiceover to a CapCut project timeline, controlling volume, track, start time, and duration.
Instructions
Adds background music, sound effects, or voiceover audio to an audio track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume | No | Audio volume multiplier (1.0 = 100%, 0.5 = 50%, 2.0 = 200%). | |
| file_path | Yes | Absolute path to audio file on disk (.mp3, .wav, .m4a, etc.). | |
| track_index | No | Audio track index (0 = main audio, 1+ = secondary audio). | |
| duration_seconds | No | Duration in seconds. Defaults to entire audio file length. | |
| project_name_or_id | Yes | Target project name or ID. | |
| start_time_seconds | No | Start time on timeline in seconds, or 'auto_append' to append sequentially. | auto_append |
| source_start_seconds | No | In-point offset within the source audio file. |