What is URL Shortening?
URL shortening converts a long, complex web address into a compact short link that redirects to the original destination. TyrionURL goes beyond a simple redirect — every short link automatically tracks clicks, captures analytics, and supports optional configurations like custom aliases, password protection, and A/B testing.Feature Overview
| Capability | Details |
|---|---|
| Instant shortening | Paste a URL, get a short link in one click |
| Custom aliases | Set your own readable slug (e.g., /launch-day) |
| Password protection | Require a passphrase before redirecting |
| Click analytics | Automatic geo, device, and referrer tracking on every click |
| A/B testing | Split traffic between multiple destination URLs |
| Custom domains | Use your own branded domain for all links |
When to Use URL Shortening
- Sharing links in social media posts where space or character count is limited
- Sending links over SMS or WhatsApp where long URLs look untrustworthy
- Embedding links in email campaigns to replace UTM-bloated URLs
- Printing URLs on physical materials (posters, packaging, business cards)
- Any situation where you want to know if and when someone clicked
How it Works
Paste Your URL
Enter any valid URL into the TyrionURL input field. The platform validates and accepts any properly formatted web address.
Configure (Optional)
Open Advanced Settings to add a custom alias, enable password protection, or configure A/B testing.
Generate
Click Shorten. TyrionURL generates a short link and a unique short code, stores the mapping, and prepares click tracking.
URL Shortening API
TyrionURL exposes backend API endpoints that power link creation:| Endpoint | Purpose |
|---|---|
POST /api/url/shorten | Create a new short link |
POST /api/url/custom | Create a short link with a custom alias |
POST /api/url/verify-password | Verify a visitor’s password for a protected link |
GET /api/url/check | Check availability of a custom alias |
Developer API access and documentation is available in the API Reference. Public API availability — TODO: Needs Product Verification.
Best Practices
Use custom aliases for links you’ll share repeatedly — they’re easier to update and remember.
Add UTM parameters to your destination URL before shortening so you retain campaign attribution in Google Analytics.
Test the short link in an incognito window after creating it to confirm the redirect works correctly.
For password-protected links, communicate the password through a different channel than the link itself.
Common Mistakes
Explore More
Custom Aliases
Make links human-readable.
Password Protection
Gate access with a passphrase.
Analytics
See what happens after every click.

