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://api1.webpurify.com/services/rest/

For added security you can use 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.