evaluators
Execute profanity-detector evaluator
Detect profanity in text
Request Body:
- input.text (string, required): The text to scan for profanity
post/v2/evaluators/profanity-detector/execute
Request body
Example request
{
"input": {
"text": "This is a clean and professional message."
}
}Response
OK