🐌

Slugify

Convert text to a URL-friendly slug (lowercase, hyphens, no special characters).

web API: POST /api/tools/slugify

Input

🔌 API Usage

POST /api/tools/slugify
Content-Type: application/json

// Example body:
{
  "text": "Hello World! This is a Test 123"
}