REST Request Format
REST is the simplest request format to use - it's a simple HTTP GET or POST action.
The REST Endpoint URL is http://www.webpurify.com/services/rest/
For added security you can use SSL. Just use the URL https://www.webpurify.com/services/rest/
To request the webpurify.live.check service, invoke like this:
http://www.webpurify.com/services/rest/?method=webpurify.live.check&api_key=value&text=string
or for additional security use:
https://www.webpurify.com/services/rest/?method=webpurify.live.check&api_key=value&text=string
By default, REST requests will send a REST response.
