v1

latestOpenAPI 3.1.02026-07-2627084.1 KB

Cut 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

successboolean
conversion_idstring
credit_estimatenumber float
conversion_pathstring
messagestring

Example response

{
  "success": true,
  "conversion_id": "conv789",
  "credit_estimate": 25,
  "conversion_path": "https://example.com/trimmed_audio.mp3",
  "message": "Audio trim task queued successfully"
}
All 27 operations