GET /profanity/check
Tarkista, sisältääkö teksti kirosanoja. Palauttaa tosi tai epätosi.
text
pakollinen
Text to check
| Nimi | Pakollinen | Oletus | Kuvaus |
|---|---|---|---|
text |
Kyllä | - | Text to check |
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
{
"data": {
"contains_profanity": false
},
"success": true
}