Foreign Language Support BETA Overview
Currently the following language(s) are in BETA: French (fr), Italian (it)
You will NOT need a new license key to use this Beta. You may use any of your current license keys or sign up for a trial key.
To perform an action using the WebPurify Web Service, you need to send a request to its endpoint specifying a method and some arguments using the REST calling convention. You will then receive a formatted response.
The Beta REST endpoint url is: http://www.webpurify.com/services/rest/
The REQUIRED parameter method is used to specify the calling method. A list of the offered methods is below
The REQUIRED parameter api_key is used to authenticate your request. If you don't have a license key you can purchase one or get a trial key.
The REQUIRED parameter text is the string you would like to check for profanity.
The OPTIONAL parameter lang is the 2 letter language abbreviation: French(fr), Italian(it). If lang is not defined, it will default to English.
The arguments, responses and error codes for each method are listed on each spec page for each method.
Methods
- webpurify.live.check
- webpurify.live.checkcount
- webpurify.live.replace
- webpurify.live.return
- webpurify.live.addtoblacklist
- webpurify.live.addtowhitelist
- webpurify.live.removefromblacklist
- webpurify.live.removefromwhitelist
- webpurify.live.getwhitelist
- webpurify.live.getblacklist
All bugs should be reported to: support@webpurify.com
