URL Shortener API
Overview The URL Shortener API provides a fast and simple way to shorten long URLs, retrieve original links, and track usage statistics. Whether you're a developer, marketer, or content creator, this API helps you create concise, shareable links for social media, email campaigns, or analytics tracking—all with just a few API calls. Key Features Shorten URLs: Convert long URLs into short,…
URL Shortener API endpoints
| Method | Endpoint | Description |
|---|---|---|
| shorten | ||
| POST |
create_short_link /shorten |
This endpoint creates a short link from a provided original URL and returns the short code, original URL, creation date, click count, and full short URL. |
| {short_code} | ||
| DELETE |
delete_link__short_code__delete /{short_code} |
|
| PUT |
update_link__short_code__put /{short_code} |
|
| GET |
get_original_url__short_code__get /{short_code} |
|
| stats | ||
| GET |
get_stats_stats__short_code__get /stats/{short_code} |
|
URL Shortener API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|