Text Moderation
Profanity filtering, sentiment scoring and language hints in one offline call.
betaText & LanguageAvailable on RapidAPI
Text Moderation reference
Bundles a profanity wordlist (multi-language), an AFINN-style sentiment lexicon, and a simple stopword-based language hint. Deterministic, offline, nothing stored. Approach is lexicon/rule-based - not an ML model. Well-suited for profanity filtering and rough sentiment signals; not a substitute for nuanced classification.
Base URL: https://69.62.119.122.nip.io/text-moderation
Quick start
curl https://69.62.119.122.nip.io/text-moderation/health
Endpoints
| GET | /health | Health check |
| POST | /v1/moderate | Profanity + sentiment + language in one call |
| POST | /v1/profanity | Detect & mask profanity |
| POST | /v1/sentiment | Lexicon sentiment score |
Pricing
BASIC
Free
300 requests / month
PRO
$9.99 /mo
40,000 requests / month
ULTRA
$29.99 /mo
500,000 requests / month
Plans are billed through RapidAPI — subscribe there to get your API key.
Available on RapidAPI.