BioWeb.me API

Feel free to integrate the BioWeb.me service with your site. This service provides an API which works with GET and POST methods.

The simplest method is GET: all you need is to send a query string with an encoded URL, for instance

http://bioweb.me/?module=ShortURL&file=Add&url=http%3A%2F%2Funiversity.edu%2FDepartment%2F%3Flab%3Dservice

or http://bioweb.me/?module=ShortURL&file=Add&mode=API&url=http://my-university.ac.uk/department/lab/service/submit.html

As a reply, you'll receive a plain text string with the shortened URL, something like
http://bioweb.me/3f84cb

GET variables allowed:
go - either "twitter" or "pownce" - redirects user to post forms on Twitter.com or Pownce.com with new short link filled in forms automatically.

Alternatively, you can use the POST method with a link http://bioweb.me/?module=ShortURL&file=Add&mode=API

POST variables:
url - single URL
tag - custom string to use as the link name (note: if the name is taken, you'll receive an error message instead of a new address)
pass - password (numbers and english letters allowed - but no special symbols)