GET /profanity/check
Vérifier si un texte contient des grossièretés. Renvoie vrai ou faux.
text
requis
Text to check
| Nom | Requis | Par défaut | Description |
|---|---|---|---|
text |
Oui | - | Text to check |
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
{
"data": {
"contains_profanity": false
},
"success": true
}