URL Shortener
Shorten URLs and generate QR codes. Create short links programmatically for your applications.
1 subscribers
20 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
URL Shortener endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| v1 | ||
| POST |
post_v1_bulk /v1/bulk |
|
| POST |
post_v1_shorten /v1/shorten |
Shorten a URL with optional custom code and expiration |
| GET |
get_v1_resolve /v1/resolve/{code} |
Resolve a short URL code to its original URL |
| GET |
get_v1_docs /v1/docs |
|
| GET |
get_v1_stats /v1/stats/{code} |
Get statistics for a shortened URL |
| GET |
get_v1_qr /v1/qr/{code} |
Generate a QR code SVG for a shortened URL. Returns SVG by default, or JSON with base64 if format=json. |
| DELETE |
delete_v1_delete /v1/delete/{code} |
Delete a shortened URL |
| GET |
get_v1_tiers /v1/tiers |
Returns available API tiers and their rate limits |
| GET |
get_v1_shorten /v1/shorten |
Shorten a URL via query parameters |
| Other endpoints | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| POST |
post_v1_bulk /v1/bulk |
|
| GET |
get_v1_stats /v1/stats/{code} |
Get statistics for a shortened URL |
| POST |
post_v1_shorten /v1/shorten |
Shorten a URL with optional custom code and expiration |
| GET |
get_v1_resolve /v1/resolve/{code} |
Resolve a short URL code to its original URL |
| GET |
get_v1_qr /v1/qr/{code} |
Generate a QR code SVG for a shortened URL. Returns SVG by default, or JSON with base64 if format=json. |
| GET |
get_v1_tiers /v1/tiers |
Returns available API tiers and their rate limits |
| GET |
get_v1_shorten /v1/shorten |
Shorten a URL via query parameters |
| DELETE |
delete_v1_delete /v1/delete/{code} |
Delete a shortened URL |
| GET |
get_v1_docs /v1/docs |
|
URL Shortener pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|