URL Shortener API
The URL Shortener & Link Management API is a developer-first solution for building and managing custom short link infrastructure. Integrate programmatic URL shortening, click analytics, and link lifecycle management directly into your applications, SaaS products, or internal tools. ## Built for Developers This isn't a consumer URL shortener — it's an API you build on. Use it to: - Power short…
URL Shortener API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Core | ||
| POST |
shortenUrl /api/shorten |
|
| GET |
healthCheck /health |
|
| GET |
redirect /s/{code} |
|
| Links | ||
| GET |
listLinks /api/links |
|
| GET |
getLink /api/links/{code} |
|
| Analytics | ||
| GET |
getLinkStats /api/links/{code}/stats |
|
| GET |
getMetrics /api/metrics |
|
| UTM | ||
| GET |
getLinkUTM /api/links/{code}/utm |
|
| POST |
buildUTM /api/utm/build |
|
| QR Codes | ||
| GET |
getQRCode /api/links/{code}/qr |
|
| Security | ||
| GET |
accessPasswordProtected /s/{code}/{password} |
|
| PUT |
updateLinkPassword /api/links/{code}/password |
|
| Bulk | ||
| POST |
bulkShorten /api/shorten/bulk |
|
| A/B Testing | ||
| GET |
getABTest /api/shorten/ab/{code} |
|
| GET |
listABTests /api/shorten/ab |
|
| POST |
createABTest /api/shorten/ab |
Create an A/B test that splits traffic between multiple URL variants. Traffic is distributed based on weights you specify for each variant. |
| GET |
getABTestStats /api/shorten/ab/{code}/stats |
|
URL Shortener API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 250 / minute |
|
| PRO Recommended | $29 / month | 500 / minute |
|
| ULTRA | $99 / month | 1000 / minute |
|
| MEGA | $299 / month | 5000 / minute |
|