v1
latestOpenAPI 3.0.02026-07-1346146138.4 KBevaluators
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