Slugify
Generate URL-friendly slugs from text. Convert titles to SEO-friendly URLs with customizable options.
1 subscribers
12 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Slugify endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| POST |
post_v1_variants /v1/variants |
Generate multiple casing variants (kebab, snake, camel, pascal, constant) from the provided text. |
| POST |
post_v1_unslugify /v1/unslugify |
Convert a slug back to human-readable text with optional capitalization. |
| POST |
post_v1_slugify /v1/slugify |
Generate a URL-friendly slug from text with customizable options. |
| GET |
get_v1_docs /v1/docs |
|
| GET |
get_v1_slugify /v1/slugify/{text} |
Generate a URL-friendly slug from the text provided in the path parameter. Uses default options (separator: -, lowercase: true, strict: true, maxLength: 100). |
| POST |
Slugify Text /v1/slugify |
Convert text to a URL-friendly slug |
| POST |
Unslugify /v1/unslugify |
Convert a slug back to readable text |
| POST |
Generate Variants /v1/variants |
Generate kebab, snake, camel, pascal, constant case variants |
| GET |
Slugify via URL /v1/slugify/{text} |
Slugify text passed as a URL parameter |
| GET |
API Docs /v1/docs |
Get API documentation |
| GET |
Health Check /health |
Check API health status |
Slugify pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|