NottyBlock
NottyBlock is a RESTful content moderation API that detects inappropriate and profane language using deep learning models and word lists. The API endpoints are highly customizable, ensuring that both requests and responses are suitable for most software designs. The deep learning models provide confidence that new and cleverly crafted offensive language is more likely to be detected, unlike…
NottyBlock endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| POST |
containsInappropriateLanguage /api/v1/containsInappropriateLanguage |
Analyzes provided text using deep learning models to determine if the text contains hate speech, offensive language, or otherwise inappropriate content. |
| POST |
containsProfanity /api/v1/containsProfanity |
Analyzes provided text using wordlists and deep learning models to determine if the text contains profanity. |
| POST |
replaceProfanity /api/v1/replaceProfanity |
Uses wordlists to process the provided text and replaces the profane text with the supplied replacement string. |
| Other endpoints | ||
| POST |
containsProfanity_api_v1_containsProfanity_post /api/v1/containsProfanity |
|
| POST |
containsInappropriateLanguage_api_v1_containsInappropriateLanguage_post /api/v1/containsInappropriateLanguage |
|
| POST |
removeProfanity_api_v1_replaceProfanity_post /api/v1/replaceProfanity |
|
| POST |
containsProfanity_api_v1_containsProfanity_post /api/v1/containsProfanity |
|
| POST |
containsInappropriateLanguage_api_v1_containsInappropriateLanguage_post /api/v1/containsInappropriateLanguage |
|
| POST |
removeProfanity_api_v1_replaceProfanity_post /api/v1/replaceProfanity |
|
NottyBlock pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | 2000 / hour |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|