angry-emojiSpeechGuard API

SpeechGuard API

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

  • Much faster and cheaper to run than AI
  • Pretty accurate
Image DescriptionImage DescriptionImage DescriptionImage DescriptionImage Description

60 API requests served

POST

https://speech-guard.sohamnandi77.workers.dev

Results will be shown here

There's a better way

Let SpeechGuardAPI do the dirty work of keeping your user input clean.

Make an API request

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