GET /profanity/check
Tjek om tekst indeholder bandeord. Returnerer sandt eller falsk.
text
påkrævet
Text to check
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
text |
Ja | - | Text to check |
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
{
"data": {
"contains_profanity": false
},
"success": true
}