Trims an audio file using the specified start and end times.
✂️ Try trimming different parts to see how accurate the cut is!
Parameter | Type | Required | Description |
---|---|---|---|
audio_path | String | Yes | The S3 path of the input audio file to trim |
conversion_id | String | Yes | A unique identifier for the conversion request |
start_time | Float | Yes | The start time (in milliseconds) of the audio to trim |
end_time | Float | Yes | The end time (in milliseconds) of the audio to trim |
output_extension | String | Yes | Output format: mp3, wav, flac, ogg, aac, or webm |
📂 The conversion_path
field contains the direct link to download the trimmed audio.
Successfully initiated audio cut
The response is of type object
.