Case Analytics Overview
Case Analytics computes comprehensive case strength analysis from your vehicle damage photos and occupant data. The analysis includes overall scores, individual metrics, strengths, weaknesses, and actionable recommendations.
What's Included
| Component | Description |
|---|---|
| Overall Score | 0-100 case strength score |
| Category | "Strong Case", "Moderate Case", or "Weak Case" |
| Metrics | Individual scores for liability, evidence quality, injury correlation |
| Strengths | What supports your case |
| Weaknesses | Areas that need attention |
| Recommendations | Actionable next steps |
Example Output
{
"overallScore": 78,
"category": "Strong Case",
"metrics": [
{ "label": "Liability Strength", "value": 85 },
{ "label": "Evidence Quality", "value": 72 },
{ "label": "Injury Correlation", "value": 80 }
],
"strengths": [
"Clear rear-end collision with established liability",
"Impact severity supports reported injury severity"
],
"weaknesses": [
"Pre-existing cervical condition noted"
],
"recommendations": [
"Obtain treating physician declaration linking crash to symptoms"
]
}
How It Works
Case analytics are computed on-demand when you call GetCaseAnalytics. There's no separate "create" step - just provide a case ID that has completed crash or biomechanics analysis.
API Reference
- Get Result - Retrieve analytics for any case
Convenience Function
For new cases, use StartAnalysis to handle the entire workflow (case creation, file upload, analysis, and analytics) in a single call.