Slug Generator
Transform any text into SEO-friendly URL slugs instantly.
A powerful utility that converts strings into clean, URL-safe slugs by removing special characters, handling accents, and managing custom separators for better SEO and readability.
How it works
Three steps. No complex setup.
Input Text
Provide the string or title you want to convert into a URL-friendly slug.
Normalization
The system removes special characters, converts accents to base letters, and handles casing.
Slug Generation
The processed text is joined using your preferred separator to create the final slug.
Who is it for?
Response example
Real input and output. What you send and what you get back.
// Input
{
"text": "Hello World! ¿Cómo estás?",
"separator": "-"
}// Output
{
"slug": "hello-world-como-estas",
"original": "Hello World! ¿Cómo estás?",
"length": 22,
"words": 3
}Try it now
// live demo — no account needed to try
Playground
Integrate into your project
Copy and paste. Replace YOUR_API_KEY with your real key.
curl -X POST https://jsnhengine.com/api/trpc/slugGenerator.generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"json": {"text":"Hello World! ¿Cómo estás?","separator":"-"}}'Why choose JSNH Engine Lab
Low latency
Responses in under 200ms
Secure authentication
API keys with per-plan rate limiting
Usage tracking
Every request logged with metrics
Production ready
Input validation and typed errors
Frequently asked questions
Everything you need to know before integrating.
Other modules
Expand your integration with more APIs from the catalogue.
Email Validator API
Validate email addresses instantly. Detect fake, disposable and invalid emails.
1 token / call →
Phone Validator API
Validate phone numbers from any country. Detect carrier, line type and E.164 format.
1 token / call →
URL Checker API
Verify URL accessibility, detect redirects, and extract SEO metadata instantly.
2 tokens / call →
// production ready
Start using Slug Generator
Sign up free and get 1,000 tokens to start. No credit card. No complex setup.