URL Shortener
  • About
  • Terms
  • Contact
  • Bookmarklet
  • Api
  • Links

Bookmarklet

URL Shortener Bookmarklet help you generate quick shorturls without leaving your website.

Drag the link below to the bookmarks bar to install the bookmarklet.

Short this link

URL Shortener Logo

Developer Api

You can use our API to create Shortned URLs for any use


Basic URL
Input http://3.12.76.89/api.php?url=XXX
XXX is your URL it should be valid, starting with http:// OR https://
Output http://3.12.76.89/{alias}

URL with custom link
Input http://3.12.76.89/api.php?url=XXX&cust=YYY
XXX is your v it should be valid, starting with http:// OR https://
YYY is your Custom link Which should be only Alphanumeric (Underscore and Dash Is allowed)
Output http://3.12.76.89/YYY

URL with Password
Input http://3.12.76.89/api.php?url=XXX&pass=ZZZ
XXX is your URL it should be valid, starting with http:// OR https://
ZZZ is your Password Which should be only Alphanumeric (Underscore and Dash Is allowed)
Output http://3.12.76.89/{alias}

URL with Custom Link and Password
Input http://3.12.76.89/api.php?url=XXX&cust=YYY&pass=ZZZ
XXX is your URL it should be valid, starting with http:// OR https://
YYY is your Custom link Which should be only Alphanumeric (Underscore and Dash Is allowed)
ZZZ is your Password Which should be only Alphanumeric (Underscore and Dash Is allowed)
Output http://3.12.76.89/YYY