GET /profanity/check
Check if text contains profanity. Returns true or false.
text
required
Text to check
| Name | Required | Default | Description |
|---|---|---|---|
text |
Yes | - | Text to check |
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
{
"data": {
"contains_profanity": false
},
"success": true
}