Request a Demo

WebPurify API Overview

The WebPurify Video Moderation Service is very simple to implement for anyone that has experience using HTTP web services (Twitter, Google Maps, etc).

After reading our documentation, if you have any questions, please email support@webpurify.com and we will be happy to help!

The WebPurify Video Moderation Web Service consists of several callable methods.

To perform an action using the WebPurify Web Service, you need to send a request to its endpoint specifying a method and some arguments. You will then receive a formatted response.

The REQUIRED parameter method is used to specify the calling method. Currently WebPurify offers 3 methods:

  • webpurify.live.vidcheck
  • webpurify.live.vidstatus
  • webpurify.live.vidaccount

The REQUIRED parameter api_key is used to authenticate your request. If you don’t have a license key you can purchase one.

The arguments, responses and error codes for each method are listed on each spec page for each method.