REST Request Format
REST is the simplest request format to use - it's a simple HTTP GET or POST action.
The default REST Endpoint URL is http://api1.webpurify.com/services/rest/
We have added an additional endpoint in Europe, please read our endpoint documentation for further detail.
For added security our Enterprise Licenses allow you to make requests using SSL. Just use the URL https://api1.webpurify.com/services/rest/
To request the webpurify.live.check service, invoke like this:
http://api1.webpurify.com/services/rest/?method=webpurify.live.check&api_key=value&text=string
Or for additional security use:
https://api1.webpurify.com/services/rest/?method=webpurify.live.check&api_key=value&text=string
By default, REST requests will send a REST response.

