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?
Our service combines speed, security, and advanced features for professional management of your shortened links.
Shorten your links in seconds with our optimized infrastructure.
All links are protected against malware and phishing with advanced threat detection.
Track clicks, geographic data, and other metrics for better understanding of your audience.
Our CDN network ensures fast redirects from anywhere in the world.
Your shortened links remain active without time restrictions.
Scalable solution from personal use to enterprise applications.
From a long URL to a trackable short link without leaving the page.
Paste a long URL into our form or call the API endpoint.
Our system creates a unique short link in the format xhp.cz/[code].
Use the shortened link anywhere and track visitor statistics.
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
Integrate URL shortening directly into your application using our robust API. Available for all organizations with BizKitHub API access.
A clean REST API with clear documentation gets you live in minutes.
API keys with granular access control and rate limiting to protect your app.
Detailed examples, SDKs for popular languages, and an interactive API explorer.
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"
}