Now with Smart Redirect rules

Short links. Smarter tracking.

Create short, branded and trackable links with powerful analytics and intelligent redirect rules.

Free anonymous shortening. Sign up for custom aliases, analytics, and more.

No signup required Free forever plan Real-time analytics

Trusted by teams at fast-growing companies worldwide

Acme CorpGlobexInitechUmbrellaSoylentHooli
Analytics

Understand 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
Explore analytics

Total clicks (30 days)

48,392

+24.5%

Top country

United States

Top device

Mobile

Top referrer

twitter.com

IFCountry = Indonesia

→ example.com/id

ELSE IFCountry = USA

→ example.com/us

ELSEFallback destination

→ example.com/global

Smart Redirect

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 Redirect
Developer API

Build 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
request.sh
# 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.