GET /profanity/check
Sjekk om tekst inneholder banneord. Returnerer true eller false.
text
påkrevd
Text to check
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
text |
Ja | - | Text to check |
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
{
"data": {
"contains_profanity": false
},
"success": true
}