OverviewREST · JSON

Slugify

Turn any text into a clean URL slug — accent transliteration, custom separator, max length.

Method
POST
Endpoint
/v1/slugify
Auth
X-API-Key
Format
JSON
Transliterates
accents → ASCII
Options
separator · lowercase · max_length
Status
200 · 400 · 401 · 402 · 429
Trylive · no key
Pricingmonthly + usage
Referencecurl · SDK · OpenAPI
curl -X POST https://atomios.me/api/v1/slugify/ \
  -H "X-API-Key: $ATOMIOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"Crème brûlée & Café","separator":"-"}'
Ratingscommunity