How it works
- Send a POST request with your long URL.
- Receive a short link instantly.
- Redirects are served globally at the edge.
Benefits
- Ultra-fast redirects
- Zero cold starts
- Global edge presence
- Multi-tenant isolation
- Analytics-ready
- Extremely low cost
Want to try? Email contact@tlnw.uk to get started
Quick API usage
curl -X POST https://go.tlnw.uk/shorten \
-H "content-type: application/json" \
-H "X-Client-Id: <client_id>" \
-H "X-Client-Secret: <client_secret>" \
-d '{"url":"https://example.com/very/long/path"}'