8 endpoints match this tag.
/advice/random
Get a random piece of advice. Great for chatbots, daily widgets, and inspiration apps.
/advice/search
Search for advice containing specific keywords.
/advice/:id
Get a specific piece of advice by its ID.
/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.
/link/screenshot
Extract metadata from a URL plus capture a screenshot image. Returns the same data as link preview with an additional screenshot URL.
/profanity/check
Check if text contains profanity. Returns true or false.
/profanity/filter
Filter profanity from text, replacing bad words with asterisks or a custom replacement. Supports adding custom words to filter.
/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.