v1
latestOpenAPI 3.1.02026-07-2627084.1 KBCut an audio file between specified timestamps
Trims an audio file using the specified start and end times.
post/v1/audio_cutter
Response
Successfully initiated audio cut
Example response
{
"success": true,
"conversion_id": "conv789",
"credit_estimate": 25,
"conversion_path": "https://example.com/trimmed_audio.mp3",
"message": "Audio trim task queued successfully"
}