Detecting toxic content has always been SLOW and EXPENSIVE. Not anymore. Introducing a fast and free profanity filter for your web apps.
147,240 API requests served
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 })