Authorizations
Body
multipart/form-data
URL of the input audio to be trimmed.
Example:
"https://example.com/input_audio.mp3"
Start time in milliseconds.
Example:
10500
End time in milliseconds.
Example:
45000
Deprecated: use audio_url
instead.
Example:
"https://example.com/input_audio.mp3"
Audio file to upload and process directly.
Desired output format.
Available options:
mp3
, wav
, flac
, ogg
, aac
, webm
Example:
"mp3"
Callback URL for async processing results.
Example:
"http://your-webhook-url.com/callback"