shortly

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

API Endpoint
POSThttps://shortly.haozheli.com/api/shorten

Request (JSON)

{ "url": "https://a_very_lengthy_useless_url.com/something_more_over_here/and_even_more" }

Response (JSON)

{ "shortUrl": "https://shortly.haozheli.com/xyz123", "originalUrl": "https://a_very_lengthy_useless_url.com/something_more_over_here/and_even_more", "expiresIn": "7 days" }
Made with ❤️ by Haozhe Li