Remove Long Silences
Audio Enhancement
Remove Long Silences
Detect and trim silence segments exceeding a threshold duration while preserving boundary silence to avoid abrupt cuts.
POST
Remove Long Silences
Authorizations
Bearer token (API key). Format: Bearer {your_api_key}
Body
application/json
The remove long silences request payload.
Audio URL (http/https).
Example:
"https://example.com/audio.mp3"
Silence detection threshold in dBFS.
Silences longer than this value (ms) are trimmed.
Silence padding to preserve at boundaries (ms).
Output format: wav, mp3, flac, or m4a.
Response
Processed audio returned.
The response is of type object.