We provide a super-simple API to va5.com: Submit your url using a HTTP GET request in the format:
http://va5.com/?output=plain&cp={your_urlencoded_url} and our service will echo your shortened url.
PHP example:
<? $shorturl = file_get_contents("http://va5.com/?output=plain&cp=".urlencode($yoururl)); ?>