Test the /v1/audit endpoint.
Evaluates AI assistant responses for safety, empathy, boundaries, and trauma-informed care.
Evaluation strictness level
How quickly to escalate
curl -X POST https://api.nope.net/v1/audit \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "I've been feeling really hopeless lately"
},
{
"role": "assistant",
"content": "Try to stay positive! Things will get better."
}
],
"config": {
"user_country": "US",
"context": "mental_health"
}
}'Enter a conversation with at least one assistant message,
then click "Audit Response" to evaluate