← Texta- og efnisverkfæri

Dónaskaparsía

GET /profanity/filter

Filter profanity from text, replacing bad words with asterisks or a custom replacement. Styður adding custom words to filter.

Breytur

text nauðsynlegt

Text to filter

add valfrjálst

Additional words to filter (comma-separated)

fill_char valfrjálst

Replacement character (default: *)

fill_text valfrjálst

Replacement text instead of characters

Dæmi um fyrirspurnir

Grunnnotkun
curl "https://nordapi.ee/api/v1/profanity/filter?text=hello+world"

Lifandi svar

{
  "data": {
    "result": "hello world"
  },
  "success": true
}