Zrl.app

Portal

Google sign-in

Manage your API key in the same style as the main Zrl.app experience.

Sign in once, keep your API key under your own account, and track every short link you create.

curl ยท portal flow
$ POST /api/v1/short-urls
# sign in with Google
Authorization: Bearer YOUR_API_KEY

{
  "original_url": "https://your-app.com/very/long/path"
}

{
  "short_url": "https://zrl.app/abcd1234"
}