APImcp
GuidesText Processing
ConsoleDocsMCP
Text Processing ⏱ 1 min read

Slug Generator API

Convert text into URL-friendly slugs with Unicode normalization.

01

What is a Slug?

A slug is a URL-friendly version of text. This API converts text by Unicode-normalizing, removing special characters, and replacing spaces with separators.

02

How to Use

Call GET /api/v1/slug-generator?text=Hello%20World!. Customize with separator, lowercase, or max_length.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

Non-English support?
Yes. Unicode NFD normalization decomposes accented characters before removing diacritics.