Request a Demo Blog

Methods

.getallowlist

A profanity word management method. Returns the custom allow list of the associated license key. Arguments api_key (Required) Your API application key. format (Optional) Response format: xml or json. Defaults…

.getblocklist

A profanity word management method. Returns the custom block list of the associated license key. Arguments api_key (Required) Your API application key. format (Optional) Response format: xml or json. Defaults…

.removefromallowlist

A profanity word management method. Removes submitted word from the allow list of the associated license key. Arguments api_key (Required) Your API application key. word (Required) The word you want…

.removefromblocklist

A profanity word management method. Removes submitted word from the blocklist of the associated license key. Arguments api_key (Required) Your API application key. word (Required) The word you want to…

.addtoallowlist

A profanity word management method. Adds submitted word to the allow list of the associated license key. Arguments api_key (Required) Your API application key. word (Required) The word you want…

.addtoblocklist

A profanity word management method. Adds submitted word to the block list of the associated license key. The word will be filtered along with words WebPurify filters by default. Arguments…

.return

A profanity search method. Returns the number of profane words found and a list of the profane words. If the text is clean 0 (zero) is returned. Arguments api_key (Required)…

.replace

A profanity search and replace method. Returns the number of profane words found and the submitted text with profane words replaced with symbol provided. If the text is clean 0…

.checkcount

A profanity checking method. Returns the number of profane words found in the submitted text. If the text is clean 0 (zero) is returned. Arguments api_key (Required) Your API application…

.check

A profanity checking method. If profanity is found it returns 1. If the text is clean 0 (zero) is returned. Arguments api_key (Required) Your API application key. text (Required) The…