[nevr]
← All modules

Escalation Detector

Intelligence

Your chatbot doesn't know when users are frustrated. They leave silently.

### How it works

Analyzes message tone and conversation patterns. Detects frustration via regex (instant) + LLM fallback (deep). Returns escalation recommendation with confidence score. Fast path handles obvious signals in under 10ms; complex cases go through LLM analysis.

### API Example

curl -X POST https://api.nevrai.com/v1/escalation \
  -H "Authorization: Bearer nvr_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "message": "This is useless, nothing works!",
    "history": []
  }'

### Key Features

### Pricing

Free: 1,000 req/mo

Starter ($49): 10,000 req/mo

Pro ($149): 100,000 req/mo

Get API key → See docs →