curl --request POST \
--url https://api.traceloop.com/v2/evaluators/execute/profanity-detector \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"input": {
"text": "This is a clean and professional message."
}
}
'