Bad Word Filter
POST {{baseUrl}}/bad-word-filter
Detect bad words, swear words and profanity in a given text
Request Body
[{"name"=>"content", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"censor-character", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"catalog", "value"=>"strict", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"bad-words-list":["in do reprehenderit","enim"],"bad-words-total":37469936,"censored-content":"ea incididunt reprehenderit culpa nisi","is-bad":true}