ZeroBits - URL Shortener
  • About
  • Terms
  • API

Bookmarklet

ZeroBits - 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

ZeroBits - URL Shortener Logo

Developer API

You can use our API to create Shortened URLs. Please review our terms for acceptable use.


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

URL with Password
Input https://zerobits.xyz/api/?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 https://zerobits.xyz/{alias}

Please URL Encode your URL. JSON Result is returned.