GET /profanity/check
Verifique si un texto contiene profanidad. Devuelve verdadero o falso.
text
requerido
Text to check
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
text |
Si | - | Text to check |
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
{
"data": {
"contains_profanity": false
},
"success": true
}