Skip to main content

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

ComponentDescription
Overall Score0-100 case strength score
Category"Strong Case", "Moderate Case", or "Weak Case"
MetricsIndividual scores for liability, evidence quality, injury correlation
StrengthsWhat supports your case
WeaknessesAreas that need attention
RecommendationsActionable 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

Convenience Function

For new cases, use StartAnalysis to handle the entire workflow (case creation, file upload, analysis, and analytics) in a single call.