1
Feature Story
Audio Isolation - ElevenLabs
Jul 13, 2024 · news.bensbites.comThe API charges per minute of audio, with the rate being 1000 characters per minute. The article also provides a curl command to make a POST request to the API, including the necessary headers and form data. The response from the API includes the audio isolation ID, the time of creation in Unix format, and the waveform in base64 format.
Key takeaways
- The API removes background noise from audio and isolates vocals/speech.
- An API key is required to access most endpoints of the API, which can be viewed using the 'Profile' tab on the website.
- The API is charged at a rate of 1000 characters per minute of audio.
- The response from the API includes an audio isolation ID, a timestamp, and a waveform in base 64 format.