GET /profanity/check
Athugaðu if text contains profanity. Skilar true or false.
text
nauðsynlegt
Text to check
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
text |
Já | - | Text to check |
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
{
"data": {
"contains_profanity": false
},
"success": true
}