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 |
content-type: multipart/form-data
📂 The conversion_path field contains the direct link to download the trimmed audio.
URL of the input audio to be trimmed.
"https://example.com/input_audio.mp3"
Start time in milliseconds.
10500
End time in milliseconds.
45000
Audio file to upload and process directly.
Desired output format.
mp3, wav, flac, ogg, aac, webm "mp3"
Callback URL for async processing results.
"http://your-webhook-url.com/callback"