Shorten a URL
Paste your long link below and get a compact shareable URL.
CLI / API
Shorten a URL
curl -F 'url=https://example.com/long/path' https://r3rr.com/api/shorten
With expiry (JSON)
curl -d '{"url":"https://example.com","expiry":86400}' -H 'Content-Type: application/json' https://r3rr.com/api/shorten