API Sandbox

Test the NOPE API interactively. No signup required, but create an account for higher limits.

Quick Examples

Configuration

ISO country code (optional - will infer from language if empty)

Advanced Configuration

Messages

Equivalent cURL

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.

Testing Limits

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.