Audio Cutter
Trims an audio file using the specified start and end times.
Trim your audio files with precision using AI.
Audio Cutter allows you to select specific sections of audio recordings, making it perfect for creating highlights, clips, ringtones, and more.
- โ๏ธ Easily extract the best parts of any audio
- ๐ถ Supports multiple formats like MP3, WAV, FLAC, and more
- โก Fast processing with high-quality output
Audio Cutter ensures your trimmed audio sounds clean and professional.
๐ก Endpoint
Use this endpoint to trim a section from an existing audio file.
โถ๏ธ Sample Output
Listen to the trimmed audio:
Download Audio๐งช Try it Yourself
Visit the Audio Cutter Endpoint Explorer to cut and download trimmed audio segments instantly.
โ๏ธ Try trimming different parts to see how accurate the cut is!
๐ ๏ธ Request Parameters
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 |
๐ฅ Sample Request
๐ Python
๐ค Sample Response
โ Success (200 OK)
๐ Webhook Response
When audio cutter conversion completes, your webhook will receive:
๐ The
conversion_path
field contains the direct link to download the trimmed audio.
Authorizations
Body
Response
Successfully initiated audio cut
The response is of type object
.