CleanvoiceDocs
n8n

n8n

Automate audio cleaning with Cleanvoice inside n8n.

This page is still in development. Full step-by-step n8n docs are coming soon. In the meantime, the setup is very similar to the Make.com integration — if you're comfortable with n8n, you can follow those steps and adapt them.

Community node

Install the official Cleanvoice community node to get native n8n support:

github.com/cleanvoice/n8n-nodes-cleanvoice

In your n8n instance, go to Settings → Community Nodes → Install and enter the package name.

How it works

The workflow pattern is the same as Make.com:

  1. Trigger (new file in Google Drive, Dropbox, webhook, etc.)
  2. Submit audio to Cleanvoice — POST /v2/edits with your file URL and config
  3. Wait, then poll GET /v2/edits/{id} until status is SUCCESS
  4. Use result.url — save to storage, send notification, etc.

See the REST API quick start for the full request format and config options.