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 your URLs with our simple API
[POST] /api/shorturl
[GET] /api/shorturl/<short_url>
{
"original_url": "https://freeCodeCamp.org",
"short_url": 1
}