GET /profanity/check
Kontrollige if text contains profanity. Tagastab true or false.
text
kohustuslik
Text to check
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
text |
Jah | - | Text to check |
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
{
"data": {
"contains_profanity": false
},
"success": true
}