Request a Demo

HTTP Request Format

HTTP is the easiest request format to use – it’s a simple HTTP GET or POST action.

The default HTTP Endpoint URL is http://api1.webpurify.com/services/rest/

We have additional endpoints in Europe and Asia, please read our endpoint documentation for further details.

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, HTTP requests will send a XML response.