POST /v1/inspections/damage-assessment
Advanced AI-powered damage assessment that combines visual inspection data with repair cost databases to provide accurate damage severity ratings and repair estimates.Request
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
vehicle_id | string | Yes | Vehicle identifier |
inspection_id | string | No | Related visual inspection ID |
damages | array | Yes | Array of damage objects to assess |
damages[].damage_id | string | Yes | Unique damage identifier |
damages[].type | string | Yes | Damage type |
damages[].location | string | Yes | Vehicle part affected |
damages[].severity | string | No | Initial severity estimate |
assessment_options.include_repair_timeline | boolean | No | Include repair time estimates (default: true) |
assessment_options.include_part_prices | boolean | No | Include OEM/aftermarket part pricing (default: true) |
assessment_options.labor_rate_region | string | No | Geographic region for labor rates |
assessment_options.currency | string | No | Currency for pricing (default: USD) |
Supported Regions
| Region Code | Description | Avg Labor Rate |
|---|---|---|
US_CALIFORNIA | California, USA | $150-200/hr |
US_TEXAS | Texas, USA | $100-150/hr |
US_NORTHEAST | Northeast USA | $125-175/hr |
US_MIDWEST | Midwest USA | $90-140/hr |
EU_GERMANY | Germany | €80-120/hr |
EU_UK | United Kingdom | £70-100/hr |
EU_FRANCE | France | €70-100/hr |
ASIA_JAPAN | Japan | ¥8,000-12,000/hr |
ASIA_CHINA | China | ¥400-800/hr |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
assessment_id | string | Unique assessment identifier |
severity_score | float | Numerical severity (0-10, 10 = total loss) |
impact_assessment.structural | string | none, minor, moderate, severe, critical |
impact_assessment.cosmetic | string | none, minor, moderate, severe |
impact_assessment.safety | string | none, minor, moderate, severe, critical |
value_reduction_percentage | float | Percentage reduction in vehicle value |
repair_options[].repair_type | string | cosmetic, pdr, replacement, structural |
Severity Scoring
Minor (0-3)
Minor (0-3)
Characteristics:
• Surface-level damage only
• No structural impact
• Cosmetic concerns
• Easy and inexpensive to repairExamples:
• Light scratches
• Small paint chips
• Minor scuffs
Moderate (3-6)
Moderate (3-6)
Characteristics:
• Visible damage affecting appearance
• Minor structural concern
• Moderate repair complexity
• Noticeable value impactExamples:
• Dents requiring PDR
• Deep scratches through primer
• Cracked bumpers
• Minor panel misalignment
Severe (6-8)
Severe (6-8)
Characteristics:
• Significant damage
• Structural integrity affected
• Complex repairs required
• Major value reductionExamples:
• Damaged frame sections
• Multiple panel replacement needed
• Suspension damage
• Major collision damage
Critical (8-10)
Critical (8-10)
Characteristics:
• Extensive damage
• Safety systems compromised
• Potential total loss
• Repair cost approaches vehicle valueExamples:
• Severe frame damage
• Airbag deployment
• Flood/fire damage
• Multiple system failures
Repair Types
| Type | Description | Typical Cost Range | Timeline |
|---|---|---|---|
| Cosmetic | Surface-level repairs, paint work | $100-500 | 1-2 days |
| PDR | Paintless dent removal | $200-800 | 1-2 days |
| Panel Repair | Body panel repair and refinish | $500-2000 | 2-5 days |
| Replacement | Part replacement | $800-5000+ | 3-7 days |
| Structural | Frame/structural repairs | $2000-15000+ | 1-4 weeks |
Error Responses
400 Bad Request
404 Not Found
Vehicle Parts Reference
Exterior Panels
• front_bumper
• rear_bumper
• hood
• roof
• trunk_lid
• front_fender_left
• front_fender_right
• front_door_left
• front_door_right
• rear_door_left
• rear_door_right
• quarter_panel_left
• quarter_panel_right
Glass & Lights
• windshield
• rear_window
• side_window_fl
• side_window_fr
• side_window_rl
• side_window_rr
• headlight_left
• headlight_right
• taillight_left
• taillight_right
• fog_light_left
• fog_light_right
Mechanical
• engine
• transmission
• suspension_fl
• suspension_fr
• suspension_rl
• suspension_rr
• exhaust_system
• fuel_system
• cooling_system
• brake_system