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
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":"-"}'