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.

基础 URL: https://69.62.119.122.nip.io/text-moderation

快速开始

curl https://69.62.119.122.nip.io/text-moderation/health

端点

GET/healthHealth check
POST/v1/moderateProfanity + sentiment + language in one call
POST/v1/profanityDetect & mask profanity
POST/v1/sentimentLexicon sentiment score

价格

BASIC
免费
300 请求 / 月
PRO
$9.99 /月
40,000 请求 / 月
ULTRA
$29.99 /月
500,000 请求 / 月

Plans are billed through RapidAPI — subscribe there to get your API key.

Available on RapidAPI.

‹ 所有 API