URL Shortening API

Overview

This API allows users to shorten links.

Base URL

https://api.msmc.cc

Endpoints

1. Shorten Link

Info

Endpoint: /api/shorten/:url
Method: GET

Options

  1. :url - specify url to be shortened

Example Endpoint

/api/shorten/google.com or to specify a protocol, /api/shorten/https%3A%2F%2Fgoogle.com

Example Response

{
    "shortUrl": "msmc.cc/short/l6zUKbGRy"
  }
  

2. Access Shortened Link

You can access a shortened link from either https://api.msmc.cc/short/:shortUrl or https://msmc.cc/short/:shortUrl. It will then redirect you to the long url.

Support

For support, email [email protected]