Developers API

Your Tokens:

For developers using an API that will return responses in JSON format.

All you have to do is to send a GET request with your token and shortened URL like this:

https://apimanegement.blitly.io/api/public/gen-shorten-link?apikey=&url=https://yourlink.com

You will get a response like the example below.

{"id": "OQSF0A4", "url": "https://yourlink.com", "remaining": 999}

In there:

  • id: Your shortcode, add the our domain in front to create a shortened link
  • url: The path you want to shorten
  • remaining: Number of times to shorten your child in a day

Note
  • Your token and shortened URL are required
  • If an error occurs, we will report the error content attached.
  • You can use up to 1000 links per day.