Test the NOPE API interactively. No signup required, but create an account for higher limits.
ISO country code (optional - will infer from language if empty)
curl -X POST https://api.nope.net/v1/evaluate \
-H "Content-Type: application/json" \
-d '{
"messages": [
{
"role": "user",
"content": "I've been feeling really hopeless lately"
}
],
"config": {
"user_country": "US",
"user_age_band": "adult"
}
}'Configure your request and click "Evaluate" to see results here.
This sandbox is rate limited to 60 requests per minute. Create a free account for higher rate limits, an API key for production use, and access to additional features.