Programmatic link creation
POST a target, get a code back. Pass an alias if you want to choose it yourself.
A REST API with API keys, custom aliases, expiry and per-day analytics — and a dashboard that is just another client of it.
POST a target, get a code back. Pass an alias if you want to choose it yourself.
Generate a link per message and read the daily click count per campaign.
Short, stable addresses for dashboards, runbooks and build artifacts.
Set an expiry at create time and stop maintaining a cleanup job.
The web app calls the same endpoints your code does, so nothing is out of reach.
An API key can carry an expiry date and an IP whitelist. Both are enforced server side.
Codes are random and the unique index rejects collisions, so a create either succeeds or returns a clear error.
The API docs page lists authentication, every endpoint, error codes and rate limits, with an interactive OpenAPI reference.
No. A click write happens after the redirect response is already sent, so it never slows a redirect down.
Create a free account and mint an API key.