• About
  • Terms
  • Contact
  • Bookmarklet
  • Api
  • Links

Bookmarklet

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

Developer Api

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


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

url with custom link
Input /api.php?urls=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 /YYY

url with Password
Input /api.php?urls=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 /{alias}

url with Custom Link and Password
Input /api.php?urls=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 /YYY