profanity-detector
Reactive icon

Profanity Detector

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 4 Feb
 by 
0.0
 (0 ratings)
profanity-detector

Profanity Detector

Documentation
1.0.0

This asset is based on the Greip API.


Query Parameters

Text (string) Required

  • The text you want to filter 
  • Sample value: This is a sample text without profanity!


scoreOnly (string)

  • Default: "no" 
  • Returns only the score of the text and whether it’s safe or not. 
  • Expected values: yes or no


listBadWords (string)

  • Default: "no"
  • Used to list the bad words in an array.
  • Expected values: yes or no


Mode (string)

  • Default: "live" 
  • 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


Callback (string)

  • 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 properties


.