← Alle API-Produkte

Text- & Inhaltswerkzeuge API

7 Endpunkte for URL metadata extraction und link previews via Microlink (title, description, images, screenshots), profanity detection und content filtering via PurgoMalum, und random advice from the Advice Slip API. Ideal für content moderation, social sharing previews, und chatbots.

KOSTENLOS 7 Endpunkte 100 Anfr./Std.
Basis-URL: https://nordapi.ee/api/v1

Obszönitätenfilter

GET /profanity/filter
Details →

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
curl "https://nordapi.ee/api/v1/profanity/filter?text=hello+world"

Obszönitätenprüfung

GET /profanity/check
Details →

Prüft, ob ein Text Obszönitäten enthält. Gibt true oder false zurück.

Parameter
text erforderlich
Text to check
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"

Zufälliger Ratschlag

GET /advice/random
Details →

Erhalten Sie eine random piece of advice. Ideal für chatbots, daily widgets, und inspiration apps.

curl https://nordapi.ee/api/v1/advice/random

Ratschlag nach ID abrufen

GET /advice/:id
Details →

Get a specific piece of advice by its ID.

curl https://nordapi.ee/api/v1/advice/42