Decorative shape

Detect Hate Speech

Before It Hurts

Paste any text to reveal whether it crosses the line. Press Ctrl+Enter to analyze.

0/1000

Integrate Hate Speech Detection in Seconds

Add hate speech detection to your applications with our simple RESTful API. No authentication, no setup delays – just instant results.

Code Examples
Get started with your preferred language:
curl -s -X POST -H "Content-Type: application/json" -d '{"json":{"text":"Your text to analyze here"}}' https://uncuss-server.vercel.app/trpc/check

API Response Format:

resultJSON-RPC wrapper field
result.dataPayload returned by the tRPC mutation
result.data.textOriginal text that was analyzed
result.data.resultHate-speech classification: 'no_hate', 'low_hate', 'medium_hate', 'high_hate'
result.data.wordsSpecific words or phrases that triggered the detection

Get Started in 3 Steps:

  1. Start Immediately - No authentication required
  2. Get instant analysis - Receive hate speech classification and flagged words
  3. Implement results - Use the response data in your application logic