GET /profanity/check
Prüft, ob ein Text Obszönitäten enthält. Gibt true oder false zurück.
text
erforderlich
Text to check
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
text |
Ja | - | Text to check |
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
{
"data": {
"contains_profanity": false
},
"success": true
}