8 endpoints match this tag.
/advice/random
Obtenga a random piece of advice. Ideal para chatbots, daily widgets, and inspiration apps.
/advice/search
Busque consejos que contengan palabras clave específicas.
/advice/:id
Get a specific piece of advice by its ID.
/link/preview
Extraiga metadata from any URL: title, description, author, publisher, language, images, and logos. Perfecto para crear link preview cards like those in Slack, Twitter, or Discord.
/link/screenshot
Extract metadata from a URL plus capture a screenshot imagen. Returns the same data as link preview with an additional screenshot URL.
/profanity/check
Verifique si un texto contiene profanidad. Devuelve verdadero o falso.
/profanity/filter
Filtre profanity from text, replacing bad words with asterisks or a custom replacement. Compatible con 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 desarrollo web to fill layouts before real content is available. Útil para design mockups, content management system development, print layout testing, and any prototype that needs realistic-looking text blocks.