short.ly

Clean, fast, and simple URL shortening. Links expire in 7 days.

API Endpoint
POST/api/shorten

Request (JSON)

{ "url": "https://example.com" }

Response (JSON)

{ "shortUrl": "https://short.ly/xyz123", "originalUrl": "https://example.com", "expiresIn": "7 days" }
copyright Haozhe Li