Audio Isolation
Audio Isolation
Removes background noise from audio
POST
/
v1
/
audio-isolation
Pricing
The API is charged at 1000 characters per minute of audio.
Removing background noise with our Python SDK
Our Audio Isolation API is what powers our Voice Isolator, which removes background noise from audio and leaves you with crystal clear dialogue. To get started, here’s an example you can follow using our Python SDK.
Headers
xi-api-key
string
Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Body
multipart/form-data
audio
file
requiredThe audio file from which vocals/speech will be isolated from.
Response
200 - audio/mpeg
The response is of type file
.
Was this page helpful?