Simple URL Shortener API
A fast and easy-to-use URL Shortener API that lets you shorten long links into simple, shareable URLs. Perfect for apps, websites, and marketing campaigns. Supports creating, retrieving, and managing short links with JSON responses.
Simple URL Shortener API endpoints
| Method | Endpoint | Description |
|---|---|---|
| shorten-url | ||
| POST |
shorten_url /shorten-url |
Create a shortened URL. |
| short-url | ||
| GET |
get_url_details /short-url/{short_id}/details |
Get details of a shortened URL. |
| GET |
redirect_url /short-url/{short_id} |
Redirect to the original URL. |
Simple URL Shortener API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 5000 / hour |
|