Text

8 endpoints match this tag.

Consejo aleatorio

GET
/advice/random

Obtenga a random piece of advice. Ideal para chatbots, daily widgets, and inspiration apps.

Herramientas de texto y contenido

Buscar consejos

GET
/advice/search

Busque consejos que contengan palabras clave específicas.

Herramientas de texto y contenido

Obtener consejo por ID

GET
/advice/:id

Get a specific piece of advice by its ID.

Herramientas de texto y contenido

Vista previa de enlace URL

GET
/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.

Herramientas de texto y contenido

Captura de pantalla de URL

GET
/link/screenshot

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

Herramientas de texto y contenido

Verificación de profanidad

GET
/profanity/check

Verifique si un texto contiene profanidad. Devuelve verdadero o falso.

Herramientas de texto y contenido

Filtro de profanidad

GET
/profanity/filter

Filtre profanity from text, replacing bad words with asterisks or a custom replacement. Compatible con adding custom words to filter.

Herramientas de texto y contenido

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 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.

Utilidades para desarrolladores