Developers

Short links as an API call

Create, edit and read links programmatically with a personal API key — every dashboard action has an endpoint.

Free for 50 links — no card required.

The problem

The links your product sends — receipts, password resets, order updates — get built by string concatenation somewhere in the codebase, and nobody can measure or change them afterwards.

How it helps

What this looks like in practice

01

Generate links from your own code

POST a destination and get a short link back. Authenticate with a bearer key rather than a session, so it works from a server, a job or a script.

  • API access
02

Read the analytics you already collect

Pull per-link click data through the same API and put it in your own dashboard, instead of asking someone to screenshot ours.

  • API access
  • Click analytics
03

Deterministic slugs for known objects

Set the code yourself when your system already has an identifier, so the short link is predictable rather than something you have to store.

  • Custom codes

What you get

The difference on a normal week

  • Every dashboard action available as REST
  • Keys you can revoke without changing a password
  • A 404, never a 403, on links you do not own

Getting started

Start free. Upgrade when it earns it.

The Free plan covers 50 links and click analytics — enough to prove this works for you. Starter, at ₹149 a month, adds the parts this page relies on: API access, Custom codes.