ProfanityAPI 🤬

ProfanityAPI 🤬

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

  • 100% free
  • Pretty accurate
  • Much faster and cheaper to run than AI

147,240 API requests served

POST

https://profanity-check.vercel.app/api/text

Results will be shown here

1const res = await fetch('https://profanity-check.vercel.app/api/text', {
2    method: 'POST',
3    headers: { 'Content-Type': 'application/json' },
4    body: JSON.stringify({ message }),
5  })