Toxicity API
Star On Github

Detect Toxicity In Sentence
POST
toxicity.bhowmickmrinank.workers.dev/
Toxicity
Check
Results will be shown here

About Our API

Advanced text analysis API designed to detect harmful or abusive language with high precision

Tech Stacks

Cloudflare Workers

Serverless compute platform for edge deployment

Vector Database

High-performance similarity search for text analysis

Next.js

React framework for production-grade applications

Hono

Ultrafast web framework for edge computing

Make an API request
1const res = await fetch('https://toxicity.bhowmickmrinank.workers.dev/',{
2  method: 'POST',
3  headers: { 'Content-Type': 'application/json' },
4  body: JSON.stringify({ message }),
5});