URL Shortener Microservice

Shorten your URLs with our simple API

Example Usage

[POST] /api/shorturl

[GET] /api/shorturl/<short_url>

Example Output

{
  "original_url": "https://freeCodeCamp.org",
  "short_url": 1
}

Shorten a URL

Recent Shortened URLs

Built with v0