profanity_filter
Multilingual profanity and toxicity detection. Supports English, Arabic (Gulf dialect aware), Spanish, and French. Returns toxicity score, flagged words with categories (hate/sexual/violence/slur), severity rating, and cleaned text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to check for profanity (max 10,000 chars) | |
| language | No | Language code: en, ar, es, fr (auto-detected if not provided) |