← Text & Content Tools

Profanity Check

GET /profanity/check

Check if text contains profanity. Returns true or false.

Parameters

text required

Text to check

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"

Live Response

{
  "data": {
    "contains_profanity": false
  },
  "success": true
}