The playground

Try any of 919 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/dev-utils/v1/slugify1 credit

URL-safe slug from any-script text (CJK/Cyrillic/Arabic → ASCII via anyascii transliteration).

Working example
Parameters

Text to slugify.

Word separator (default '-').

Lowercase the slug (default true).

Truncate at a word boundary (0 = no limit). (0–500)

request preview
curl -X POST https://api.reefapi.com/dev-utils/v1/slugify \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"input":"Çok Güzel Bir Başlık — 2026!"}'

Hit Send to run this endpoint live.