← Text- & Inhaltswerkzeuge

Obszönitätenfilter

GET /profanity/filter

Filtern Sie Obszönitäten from text, replacing bad words with asterisks oder a custom replacement. Unterstützt adding custom words to filter.

Parameter

text erforderlich

Text to filter

add optional

Additional words to filter (comma-separated)

fill_char optional

Replacement character (default: *)

fill_text optional

Replacement text instead of characters

Beispielanfragen

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

Live-Antwort

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