Beta — not yet publicly available for all users

Shorten your linkssimply and quickly

XHP is a professional URL shortening service. Transform long links into short, memorable addresses with advanced analytics support.

Need to integrate shortening into your application?

Why XHP

Built for speed, security and scale.

Our service combines speed, security, and advanced features for professional management of your shortened links.

Fast shortening

Shorten your links in seconds with our optimized infrastructure.

Security first

All links are protected against malware and phishing with advanced threat detection.

Detailed analytics

Track clicks, geographic data, and other metrics for better understanding of your audience.

Global availability

Our CDN network ensures fast redirects from anywhere in the world.

Unlimited validity

Your shortened links remain active without time restrictions.

For teams and individuals

Scalable solution from personal use to enterprise applications.

How it works

Three steps. Done in seconds.

From a long URL to a trackable short link without leaving the page.

01

Enter URL

Paste a long URL into our form or call the API endpoint.

02

Automatic shortening

Our system creates a unique short link in the format xhp.cz/[code].

03

Share and track

Use the shortened link anywhere and track visitor statistics.

Shortening example

From bulky to brand-friendly in one go.

Original URL

https://example.com/very/long/url/with/many/parameters?utm_source=newsletter&utm_medium=email&utm_campaign=spring2024

Shortened URL

https://xhp.cz/a7k9m2

For developers

BizKitHub API at your fingertips.

Integrate URL shortening directly into your application using our robust API. Available for all organizations with BizKitHub API access.

Fast integration

A clean REST API with clear documentation gets you live in minutes.

Secure authentication

API keys with granular access control and rate limiting to protect your app.

Complete documentation

Detailed examples, SDKs for popular languages, and an interactive API explorer.

api/v1/shorten
POST /api/v1/shorten
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY

{
  "url": "https://example.com/long-url",
  "custom_alias": "my-link",
  "expires_at": "2024-12-31"
}

// Response
{
  "short_url":   "https://xhp.cz/my-link",
  "original_url":"https://example.com/long-url",
  "created_at":  "2024-01-15T10:30:00Z",
  "expires_at":  "2024-12-31T23:59:59Z"
}