Multilingual Support
Accepts and analyzes text in multiple languages for global safety.
Scan text for 11 policy‑sensitive categories—instantly.
A powerful, real‑time API that flags spam, NSFW, hate speech, harassment, violence, self‑harm, CSAM, extremism, misinformation, PII, and obfuscation—all via a single endpoint.
curl --request POST \ + --url https://detectify-ai-based-moderation-spam-nsfw-more.p.rapidapi.com/detect \ + --header "Content-Type: application/json" \ + --header "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \ + --header "X-RapidAPI-Host: detectify-ai-based-moderation-spam-nsfw-more.p.rapidapi.com" \ + --data '{ "text": "P1ng m3 0n wha55app 9So2E4SSo2" }'
{ "results": { "spam": { "flagged": true, "score": 0.95, "reason": "Contains elements resembling spam or phishing attempts." }, "nsfw": { "flagged": false, "score": 0.0, "reason": "No NSFW content detected." }, "hateSpeech": { "flagged": false, "score": 0.0, "reason": "No hate speech detected." }, "harassment": { "flagged": false, "score": 0.0, "reason": "No harassment content detected." }, "violence": { "flagged": false, "score": 0.0, "reason": "No violence detected." }, "selfHarm": { "flagged": false, "score": 0.0, "reason": "No self-harm content detected." }, "csam": { "flagged": false, "score": 0.0, "reason": "No CSAM detected." }, "extremism": { "flagged": false, "score": 0.0, "reason": "No extremism detected." }, "misinformation": { "flagged": false, "score": 0.0, "reason": "No misinformation detected." }, "pii": { "flagged": true, "score": 0.85, "reason": "Contains potential personally identifiable information." }, "obfuscation": { "flagged": true, "score": 0.90, "reason": "Text includes obfuscated characters." } }, "summary": { "flaggedAny": true, "highestScore": 0.95, "topCategory": "spam", "overallScore": 0.64 } }
Accepts and analyzes text in multiple languages for global safety.
Flags and scores 11 critical content categories in real time.
Provides concise explanations for each flagged category.
Aggregate risk score and top‑scoring category at a glance.
Simple HTTP interface—no SDK required, works anywhere.
Optimized for throughput and low latency.
Moderate any user‑submitted text with a single POST request. Receive per‑category flags, confidence scores, reasons, and an overall risk summary.
/detect
curl --request POST \ + --url https://detectify-ai-based-moderation-spam-nsfw-more.p.rapidapi.com/detect \ + --header "Content-Type: application/json" \ + --header "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \ + --header "X-RapidAPI-Host: detectify-ai-based-moderation-spam-nsfw-more.p.rapidapi.com" \ + --data '{ "text": "P1ng m3 0n wha55app 9So2E4SSo2" }'
{ "results": { "spam": { "flagged": true, "score": 0.95, "reason": "Contains elements resembling spam or phishing attempts." }, "nsfw": { "flagged": false, "score": 0.0, "reason": "No NSFW content detected." }, "hateSpeech": { "flagged": false, "score": 0.0, "reason": "No hate speech detected." }, "harassment": { "flagged": false, "score": 0.0, "reason": "No harassment content detected." }, "violence": { "flagged": false, "score": 0.0, "reason": "No violence detected." }, "selfHarm": { "flagged": false, "score": 0.0, "reason": "No self-harm content detected." }, "csam": { "flagged": false, "score": 0.0, "reason": "No CSAM detected." }, "extremism": { "flagged": false, "score": 0.0, "reason": "No extremism detected." }, "misinformation": { "flagged": false, "score": 0.0, "reason": "No misinformation detected." }, "pii": { "flagged": true, "score": 0.85, "reason": "Contains potential personally identifiable information." }, "obfuscation": { "flagged": true, "score": 0.90, "reason": "Text includes obfuscated characters." } }, "summary": { "flaggedAny": true, "highestScore": 0.95, "topCategory": "spam", "overallScore": 0.64 } }
Try Detectify on RapidAPI or reach out for integration support.