SoapBar API

Detecting toxic content has always been slow and expensive. Not anymore. Introducing a fast, free profanity filter for your web apps.

  • Much faster and cheaper to run than AI
  • Customizable filtering options
  • 100% free to use
Profile pictureProfile pictureProfile pictureProfile pictureProfile picture

70 API requests served

POST

https://soapbar.ryanhattonmain.workers.dev

Results will be shown here

powered by

This API f@#k!ng cares

Moderating profanity is a thankless, dirty job. If you run a web app with any kind of user generated content, it's your responsibility to keep things in order. That's a challenge if your users use words that would make your sweet grandma gasp in surprise...

Let's clean things up

Automate the dirty work! Have SoapbarAPI keep your user input squeaky clean.

Make an API request

1const res = await fetch('https://soapbar.ryanhattonmain.workers.dev/', {
2 method: 'POST',
3 headers: { 'Content-Type': 'application/json' },
4 body: JSON.stringify({ message }),
5})