Text

8 endpoints match this tag.

Juhuslik nõuanne

GET
/advice/random

Saage a random piece of advice. Sobib chatbots, daily widgets, and inspiration apps.

Teksti- ja sisutööriistad

Otsi nõuandeid

GET
/advice/search

Otsige for advice containing specific keywords.

Teksti- ja sisutööriistad

Hangi nõuanne ID järgi

GET
/advice/:id

Get a specific piece of advice by its ID.

Teksti- ja sisutööriistad

URL-i lingi eelvaade

GET
/link/preview

Extract metadata from any URL: title, description, author, publisher, language, images, and logos. Sobib link preview cards like those in Slack, Twitter, or Discord.

Teksti- ja sisutööriistad

URL-i ekraanitõmmis

GET
/link/screenshot

Extract metadata from a URL plus capture a screenshot image. Tagastab same data as link preview with an additional screenshot URL.

Teksti- ja sisutööriistad

Ebatsensuursuse kontroll

GET
/profanity/check

Kontrollige if text contains profanity. Tagastab true or false.

Teksti- ja sisutööriistad

Ebatsensuursuse filter

GET
/profanity/filter

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

Teksti- ja sisutööriistad

Lorem Ipsum

GET
/generate/lorem

Genereerige Lorem Ipsum placeholder text with a configurable number of paragraphs (default 3). Tagastab classic Latin-based dummy text used in design, typesetting, and web development to fill layouts before real content is available. Kasulik design mockups, content management system development, print layout testing, and any prototype that needs realistic-looking text blocks.

Arendustööriistad