All services

Services ยท Vehicle damage assessment

The first pass of an assessment does not need a person

Most motor claims are the same handful of cases: a dented door, scraped paint, a broken light. Having adjusters work through all of those wastes your best people. Our API handles the first layer so humans only touch the hard cases.

The first pass of an assessment does not need a personSevere โ€” replaceModerate โ€” repairMinor โ€” refinishRESPONSEJSON

What the API returns

Damaged parts

Parts identified against a taxonomy specific to each vehicle type, not one generic list for everything on the road.

Severity and recommended action

Three severity levels with a suggested action: replace, repair, or refinish only.

Per-region confidence

Every damage region carries a confidence score, so you can set your own threshold for escalating to a human.

Repair cost estimate

A reference figure for routing claims quickly. It does not replace a workshop quote.

Used vehicle valuation

An estimated market value based on the condition visible in the photos.

Anonymised before processing

Plates and faces in the image are masked before the image enters any other step.

What one call looks like

Send images, get JSON. No queue, no approval step in between โ€” results come back in seconds and drop straight into your claims system.

REQUEST โ†’ RESPONSEREQUESTPOST /v1/damage-assessmentsAuthorization: Bearer sk_live_โ€ฆ{ "images": ["โ€ฆbase64โ€ฆ"], "vehicle_type": "sedan"}RESPONSE200 OK{ "vehicle_type": "sedan", "damages": [ { "part": "cua_truoc_trai", "severity": "moderate", "confidence": 0.93 } ], "repair_estimate_usd": 340}~2s

Integrate in three steps

  1. 01

    Create an API key

    Register a partner account and create a key in the dashboard. No manual approval wait.

  2. 02

    Top up credit

    Billed per call against your balance. The dashboard itemises every call and its cost.

  3. 03

    Try it, then integrate

    Run it in the dashboard on your own photos first to see real output, then write the integration.

Best for

Best for

  • Insurers looking to shorten motor claim handling time
  • Repair shops needing a fast preliminary estimate for customers
  • Used vehicle marketplaces assessing condition from seller photos
  • ML teams wanting a baseline to compare an in-house model against

Try it on your own photos

The fastest way to know whether this API is useful is to run it on a few of your real claims. Contact us and we will open a trial account.