URL Shortener - pth.bz
pth.bz is a fast, privacy-first URL shortener designed for SEO-friendly permanent redirects and advanced link protection. With a single API call, you can create short links that either: - Perform a 301 permanent redirect (ideal for SEO, migrations, emails, printed materials), or - Use a JavaScript interstitial to hide referrers and protect against aggressive bots. Every short link can be…
URL Shortener - pth.bz endpoints
| Method | Endpoint | Description |
|---|---|---|
| Shorten | ||
| POST |
createShortLink /api/shorten |
|
| Redirects | ||
| GET |
follow301 /{code} |
HTTP 301 permanent redirect to the original URL. |
| GET |
followInterstitial /i/{code} |
JS interstitial to hide referrer / deter bots, then client-side redirect. |
| QR | ||
| GET |
getQrPng / |
Provide exactly one of `qr` (301 QR) or `qi` (interstitial QR). Optional `px` controls image size. |
URL Shortener - pth.bz pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|