🐌
Slugify
Convert text to a URL-friendly slug (lowercase, hyphens, no special characters).
web
API: POST /api/tools/slugify
Input
Result
🔌 API Usage
POST /api/tools/slugify
Content-Type: application/json
// Example body:
{
"text": "Hello World! This is a Test 123"
}
Content-Type: application/json
// Example body:
{
"text": "Hello World! This is a Test 123"
}