Free plan available β€’ No credit card required

URL shortener with
API access

Create branded short links with your custom domain or use ours.
Free link shortener with detailed analytics, QR codes, and API.
Track every click, run A/B tests, and optimize your campaigns.

1
Short URLs created
2
Total clicks
99.9%
Uptime
yourdomain.com/custom-slug
Nov 5, 2025
6,739 +15.09%
Nov 4, 2025
7,835 +32.24%
Nov 3, 2025
2,526 +17.82%
πŸ‡ΈπŸ‡¬ Singapore 1,305
πŸ‡»πŸ‡³ Vietnam 1,240
πŸ‡ΊπŸ‡Έ United States 981

Everything you need to manage links

Professional URL shortener with enterprise-grade features

Advanced Analytics

Track clicks, locations, devices, browsers, and referrers in real-time with detailed insights.

Custom Domains

Use your own branded domain for professional short links that build trust.

QR Code Generator

Generate QR codes for every link automatically. Perfect for print materials.

Powerful API

RESTful API to integrate link shortening into your apps and workflows.

Password Protection

Add password protection to sensitive links for extra security.

Link Expiration

Set expiration dates for temporary campaigns and time-sensitive content.

Link Organization

Tag and categorize your links for easy management and filtering.

Team Collaboration

Work together with team members on link management and analytics.

Bulk Operations

Import and export links in bulk. Create hundreds of links at once.

Webhooks

Get real-time notifications when your links are clicked via webhooks.

Custom Slugs

Create memorable, branded short links with custom slugs.

UTM Builder

Built-in UTM parameter builder for advanced campaign tracking.

Simple, transparent pricing

Choose the plan that fits your needs

Free

$ 0 /month

Perfect for personal use

  • 100 links per month
  • 1,000 clicks per month
  • Analytics (30 days)
  • Custom domain
  • API access
  • Webhooks
Get Started

Starter

$ 9 /month

Perfect for growing businesses

  • 1,000 links per month
  • 10,000 clicks per month
  • Analytics (90 days)
  • Custom domain
  • API access
  • Webhooks
Get Started

Enterprise

$ 99 /month

Perfect for large organizations

  • Unlimited links per month
  • Unlimited clicks per month
  • Analytics (Forever)
  • Custom domain
  • API access
  • Webhooks
Get Started

Powerful RESTful API

Integrate link shortening directly into your applications with our comprehensive API.

  • RESTful JSON API
  • Comprehensive documentation
  • Rate limiting protection
  • Webhook support
  • API key authentication
Get API Access
API Example
curl -X POST https://xdomain.io/api.php?action=create \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/very/long/url",
    "custom_slug": "my-link"
  }'
const response = await fetch('https://xdomain.io/api.php?action=create', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    url: 'https://example.com/very/long/url',
    custom_slug: 'my-link'
  })
});
import requests

response = requests.post(
    'https://xdomain.io/api.php?action=create',
    headers={
        'Authorization': 'Bearer YOUR_API_KEY'
    },
    json={'url': 'https://example.com/very/long/url'}
)

Ready to get started?

Join thousands of users who trust us with their links

Create Free Account