STB URL Shortener
STB URL Shortener is a service that takes long URLs and squeezes them into fewer characters to make a link that is easier to share tweet email to friends.

Api

Guide

For developers STB URL Shortener prepared API which returns responses in JSON or TEXT formats.

Currently there is one method which can be used to shorten links on behalf of your account.

All you have to do is to send a GET request with your API token and URL Like the following:

https://www.stb.mx/api?api=ApiToken&url=yourdestinationlink.com&alias=CustomAlias&type=1

You will get a JSON reposnse like the following

{"status":"success","shortenedUrl":""https:\/\/www.stb.mx\/xxxxx""}

To acquire api token: contact sourja@mysmartnet.com

*There is no charge or plans needed as of now