v1
latestOpenAPI 3.0.02026-07-1314094.0 KBDetect profanity in a given text
This method helps safeguard your website or app by detecting offensive or inappropriate language in user inputs. By screening for profanity and other harmful content before it’s made public, you can maintain a positive user environment, protect your brand, and prevent abusive behavior on your platform.
Query parameters
The text you want to filter.
Set to yes to list the bad-words as an Array.
Set to yes to return only the score of the text and whether it's safe or not.
The format command is used to get a response in a specific format.
The userID command can be used to identify requests sent by specific users to monitor in the Events Page.
The mode command is used to in the development stage to simulate the integration process before releasing it to the production environment.
Expected values: live, or test.
The callback command can help you make the response as a JSONP format.
Expected values: any name that can be used as a function name in Javascript, e.g: myFunctionName.
Response
OK