Create short, memorable links for your long URLs. First 3 URLs are free!
Simply paste your long URL and get a short, shareable link in seconds.
Monitor how many times your shortened URLs have been clicked.
Integrate URL shortening into your applications with our simple API.
Request an API key to start using our service. First 3 URLs are free!
POST /api/request-key
email - Your email address{
"status": "success",
"api_key": "your_api_key_here"
}
Shorten a long URL using your API key.
POST /api/shorten?api_key=YOUR_API_KEY
long_url - The URL you want to shortencustom_code - Optional custom code{
"status": "success",
"short_url": "https://skip.hk/abc123",
"long_url": "https://example.com/very-long-url"
}