Short links. Real analytics.
Create, manage, and track short links through a token-protected REST API.
https://example.com/blog/a-very-long-post-slug
rzwn.link/xyz9
View API docsNot for public use·Ask Rizwaan
Custom slugs
Pick your own rzwn.link/slug, or let one get generated for you.
Click analytics
Referrer, geo, device, and browser logged on every redirect.
Bearer-auth API
Every link is created and managed through a token-protected REST API.
Create a link
curl -X POST https://rzwn.link/api/links \
-H "Authorization: Bearer $API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/very/long/path", "slug": "xyz9"}'