Slug Generator API
The Slug Generator API transforms any text into clean, URL-friendly slugs suitable for web applications, blogs, and content management systems. Includes language-specific transliteration and batch processing. ## Core Features - **Generate Slugs**: Convert any text to a slug format (e.g., "Hello World" → "hello-world") - **Validate Slugs**: Verify if a slug meets URL-friendly standards - **Unique…
Slug Generator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Slug Operations | ||
| POST |
generateUniqueSlug /api/slug/unique |
Generate a slug that does not conflict with existing ones |
| POST |
generateSlug /api/slug/generate |
Convert any text into a URL-friendly slug with customizable options |
| POST |
validateSlug /api/slug/validate |
Check if a slug meets URL-friendly standards |
| POST |
generateMultipleSlugs /api/slug/multiple |
Create slugs from an array of texts (tier-dependent limit). |
| Transliteration | ||
| POST |
transliterateText /api/slug/transliterate |
Convert non-ASCII characters to ASCII equivalents |
| System | ||
| GET |
healthCheck /health |
Check if the API is running |
| GET |
getApiInfo / |
Get basic API information |
Slug Generator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | 500 / minute |
|
| ULTRA | $29 / month | 500 / minute |
|
| MEGA | $99 / month | 5000 / minute |
|