{"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'
साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए Text Processing Utilities API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।
| हेडर | विवरण |
|---|---|
Authorization
|
आवश्यक
होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।
|
कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।
(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)
अग्रणी कंपनियों का भरोसा
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.
प्रतिक्रिया डेटा में मुख्य क्षेत्र "slug" है जो परिवर्तन किए गए पाठ को वेब-सुरक्षित स्लग के रूप में दर्शाता है और "original" जो संदर्भ के लिए मूल इनपुट पाठ को दिखाता है
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.