Fast URL Shortener
1. To optimize API call efficiency, we implement 301 redirects. This ensures that within the same browser, an API request to the same URL is made only once, provided the cache is not cleared. 2. In instances where a 'path' parameter is included in the request, a 409 error may be returned. This indicates that the specified path is already in use. Please alter the value of the 'path' parameter…
Fast URL Shortener endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
shorten /shorten |
Shorten the given URL. |
Fast URL Shortener pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 30 / minute |
|
| ULTRA Recommended | $30 / month | 5 / second |
|