{"slug":"sao-joao-do-paraiso","original":"Sao Joao do Paraiso"}
curl --location --request GET 'https://zylalabs.com/api/13150/text+processing+utilities+api/26696/slugify+text' --header 'Authorization: Bearer YOUR_API_KEY'
Após se cadastrar, cada desenvolvedor recebe uma chave de acesso à API pessoal, uma combinação única de letras e dígitos para acessar nosso endpoint de API. Para autenticar com a Text Processing Utilities API basta incluir seu token Bearer no cabeçalho Authorization.
| Cabeçalho | Descrição |
|---|---|
Authorization
|
Obrigatório
Deve ser Bearer access_key. Veja "Sua chave de acesso à API" acima quando você estiver inscrito.
|
Sem compromisso de longo prazo. Faça upgrade, downgrade ou cancele a qualquer momento. O teste gratuito inclui até 50 requisições.
(Economize 2 meses com cobrança anual 🎉)
Empresas líderes confiam em nós
Practical text processing for content platforms and back offices. Convert titles with accents into clean, web-safe address slugs, measure texts with real statistics, and generate placeholder paragraphs on demand.
Useful for blog and store slugs, word counts and reading-time badges in articles, content-length checks in forms, and seeding demo environments.
The Slugify Text endpoint returns a JSON object containing two key fields: "slug," which is the cleaned, web-safe address slug, and "original," which is the input text provided by the user.
Os campos principais nos dados de resposta são "slug", que representa o texto transformado como um slug seguro para a web, e "original", que mostra o texto de entrada original para referência
The Slugify Text endpoint accepts a single parameter: the input text that needs to be converted into a slug. Users can also specify a custom separator for spaces and punctuation.
The response data is organized in a JSON format with two fields: "slug" for the generated slug and "original" for the input text. This structure allows easy access to both the processed and original text.
Typical use cases include generating SEO-friendly URLs for blog posts, creating clean slugs for product pages in e-commerce, and ensuring consistent formatting for web addresses in content management systems.
Users can utilize the returned data by integrating the "slug" into URLs for web pages, ensuring they are clean and readable. The "original" field helps verify the input text used for slug generation.
The Slugify Text endpoint provides information on the transformed slug and the original text. It focuses on converting any given text into a web-safe format suitable for URLs.
Data accuracy is maintained through Unicode-aware processing, ensuring that accented and non-Latin characters are correctly transliterated into their web-safe equivalents, providing reliable output for diverse text inputs.