Advanced text analysis API designed to detect harmful or abusive language with high precision
Serverless compute platform for edge deployment
High-performance similarity search for text analysis
React framework for production-grade applications
Ultrafast web framework for edge computing
1const res = await fetch('https://toxicity.bhowmickmrinank.workers.dev/',{
2 method: 'POST',
3 headers: { 'Content-Type': 'application/json' },
4 body: JSON.stringify({ message }),
5});