SKIP.HK URL Shortener

Create short, memorable links for your long URLs. First 3 URLs are free!

Leave blank for auto-generated code
Don't have an API key? Request one here
Your Short URL:

Easy to Use

Simply paste your long URL and get a short, shareable link in seconds.

Track Clicks

Monitor how many times your shortened URLs have been clicked.

API Access

Integrate URL shortening into your applications with our simple API.

API Documentation

Get API Key

Request an API key to start using our service. First 3 URLs are free!

Endpoint:
POST /api/request-key
Parameters:
  • email - Your email address
Response:
{
  "status": "success",
  "api_key": "your_api_key_here"
}

Create Short URL

Shorten a long URL using your API key.

Endpoint:
POST /api/shorten?api_key=YOUR_API_KEY
Parameters:
  • long_url - The URL you want to shorten
  • custom_code - Optional custom code
Response:
{
  "status": "success",
  "short_url": "https://skip.hk/abc123",
  "long_url": "https://example.com/very-long-url"
}

How to Use

1 Request an API key using your email
2 Use the API key to shorten URLs (first 3 are free)
3 Integrate the API into your applications