Text

8 endpoints match this tag.

Random Advice

GET
/advice/random

Get a random piece of advice. Great for chatbots, daily widgets, and inspiration apps.

Text & Content Tools

Search Advice

GET
/advice/search

Search for advice containing specific keywords.

Text & Content Tools

Get Advice by ID

GET
/advice/:id

Get a specific piece of advice by its ID.

Text & Content Tools

URL Link Preview

GET
/link/preview

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

Text & Content Tools

URL Screenshot

GET
/link/screenshot

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

Text & Content Tools

Profanity Check

GET
/profanity/check

Check if text contains profanity. Returns true or false.

Text & Content Tools

Profanity Filter

GET
/profanity/filter

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

Text & Content Tools

Lorem Ipsum

GET
/generate/lorem

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

Developer Utilities