Detect Hate Speech
Before It Hurts
Paste any text to reveal whether it crosses the line. Press Ctrl+Enter to analyze.
Add hate speech detection to your applications with our simple RESTful API. No authentication, no setup delays – just instant results.
curl -s -X POST -H "Content-Type: application/json" -d '{"json":{"text":"Your text to analyze here"}}' https://uncuss-server.vercel.app/trpc/check
result
JSON-RPC wrapper fieldresult.data
Payload returned by the tRPC mutationresult.data.text
Original text that was analyzedresult.data.result
Hate-speech classification: 'no_hate', 'low_hate', 'medium_hate', 'high_hate'result.data.words
Specific words or phrases that triggered the detection