Minifi.de

How to use our API

The Minifi.de API works alot like that of is.gd.

Submitting a URL to be shortened

Set up your application to access a URL on minifi.de, passing the URL you wish to shorten via an HTTP GET request: http://minifi.de/api.php?longurl=http://www.example.com

Receiving the shortened URL

An HTTP response (web page) will be returned. If the request was successful, the body of the response will contain only the new shortened URL, in plain text.