WapURL API Documentation
Overview
To perform an action using the WapURL API, you need to send a request to our URL specifying some arguments, and you will receive a formatted XML response.
Send URL requests to: http://wapURL.co.uk//API/
- The REQUIRED parameter
URLToConvertis used to specify the URL you wish to shorten. - The optional parameter
URLEncodedis used to specify if you have encoded the URL that you are passing. - The optional parameter
charsetis used to specify a character set that you have encoded your URL in. - The optional parameter
requiredKeyis used to specify a key that you would like to use, i.e. a page ID. This must be application.UUIDkeyLength characters long. If this is already taken we will generate another key for you.
- The optional parameter
requiredis used to specify if the required key has been encoded, this will use thecharsetto decode.
Note: if the URL you are passing in has already been entered within our system you will be returned that system key.
Click here for some examples