Short links. Smarter tracking.
Create short, branded and trackable links with powerful analytics and intelligent redirect rules.
Trusted by teams at fast-growing companies worldwide
Everything you need to manage links
A complete platform for creating, tracking, and optimizing your short links.
Advanced Analytics
Track clicks, unique visitors, countries, devices, browsers, and referrers in real time.
Learn moreSmart Redirect
Route visitors to different destinations based on country, device, language, and more.
Learn moreQR Codes
Generate customizable QR codes for every link. Download as PNG or SVG.
Learn moreCustom Domains
Use your own branded domain for short links with automatic SSL provisioning.
Learn moreREST API
Full programmatic access with API keys, rate limits, and comprehensive documentation.
Learn moreSecurity First
Password protection, scheduled links, expiration dates, and abuse prevention.
Learn moreTags & Folders
Organize your links with tags and folders for easy management at scale.
Learn moreScheduled Links
Set start and end dates with timezone support for time-sensitive campaigns.
Learn morePassword Protection
Protect sensitive links with passwords. Hashed and secure, never stored in plaintext.
Learn moreUnderstand your audience with deep analytics
Go beyond click counts. See where your visitors are, what devices they use, where they came from, and how they interact with your links over time.
- Real-time click tracking with unique visitor detection
- Geographic breakdown by country, region, and city
- Device, OS, and browser analytics
- Referrer tracking and UTM parameter support
- Export to CSV for further analysis
Total clicks (30 days)
48,392
Top country
United States
Top device
Mobile
Top referrer
twitter.com
→ example.com/id
→ example.com/us
→ example.com/global
One link, many destinations
Build intelligent redirect rules that send visitors to the right place based on their location, device, language, or time of day. No code required.
Learn about Smart RedirectBuild with a clean, documented REST API
Create links, manage tags, retrieve analytics, and automate everything with our API. Full API key management with rotation and revocation.
View API docs# Create a short link
curl -X POST https://api.shortlink.co/v1/links \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{
"destination_url": "https://example.com",
"custom_alias": "my-link",
"title": "My Campaign"
}'
# Response
{
"id": "link_abc123",
"short_url": "https://short.link/my-link",
"destination_url": "https://example.com"
}Start shortening links today
Join thousands of teams using Shortlink to manage, track, and optimize their links.
Frequently asked questions
Is there a free plan?
Yes. Our Free plan lets you create up to 10 links per day with 7-day analytics retention at no cost. No credit card required.
Do I need to sign up to shorten a link?
No. You can create a short link right from the homepage without an account. Sign up to access analytics, custom aliases, and advanced features.
Can I use my own domain?
Yes. Paid plans support custom domains. Add your domain, verify DNS, and we provision SSL automatically.
How does Smart Redirect work?
Smart Redirect lets you create rules that send visitors to different destinations based on their country, device, language, or other conditions.
Is there an API?
Yes. Our REST API lets you create links, manage tags, retrieve analytics, and more. Available on Starter plans and above.