Background Noise Removal API

Remove Background Noise With AI - From an API!

The Noise Destroyer API is designed to make removing background noise as simple as possible.  Just upload your file with an API key, and you can have the background noise removed very quickly.  It’s not hard to get started.  Just download our package from NPM and get going (note, the API is in beta and may have issues.  Contact hans@dreamgenerator.ai (I have 2 companies lol) if you have problems.

Removing background noise without an API is difficult unless you have an easy frontend.  But when you need to remove noise from many files, an API is super helpful.  Make sure to sign up soon to get free credits before the promo expires!

To remove background noise, please visit our documentation at https://www.noisedestroyer.com/webapp/#/api-reference.  But in the mean time, here’s an overview of how it works.

Background Noise Removal API - HTTP Reference
    POST to https://www.noisedestroyer.com/api/v1/remove-background-noise
    
    -headers
      token: noisedestroyer_A12345...
    
    -body
      FormData yourfile.mp3
      OR
      raw file (form data not required)
    
    - Return value
      { guid: "a12883527dyfq" }
      
    - Poll for status
      - see reference for details, this is just so search engines can see the details quickly.