Pricing

You pay for the unit you sent.

All 24 endpoints are priced and rate-limited on their own — there is no bundle you have to buy to reach one of them. This page is the billable unit for each, so you can model your cost before you write any code.

Rates are quoted against your volume.

Tell us which endpoints you need and roughly how many units a month, and we will send a rate card.

Request a rate card

Meters

Six meters across the whole platform.

Every endpoint bills on exactly one of these. Nothing is metered twice.

  • per vehicle5 endpoints

    One vehicle, however many photos it took

    A vehicle is one identity, not one upload

  • per image16 endpoints

    One frame in, one result out

    Frames you send, not frames we return

  • per video2 endpoints

    One walkaround, indexed into frames

    Indexing is included in the video unit

  • per detection1 endpoint

    Only what the detector actually found

    A clean panel costs nothing to grade

  • per link0 endpoints

    One presigned upload URL

    Issued links, not bytes stored

  • free0 endpoints

    Job status and webhook delivery

    Polling never counts against you

By endpoint

What each call bills you for.

The full surface, grouped the way the API is. Rate limits are set per endpoint too, so a burst of renders never throttles your damage detection.

A

Understand the vehicle

  • 01
    POST/v1/vehicle/analyse
    car-analyserper vehicle
  • 02
    POST/v1/vehicle/segment
    car-segmentationper image
  • 03
    POST/v1/vehicle/identify
    model-detectionper image
  • 04
    POST/v1/vin/read
    vin-readerper image
  • 05
    POST/v1/plate/read
    plate-readerper image
  • 06
    POST/v1/document/read
    document-readerper image
  • 07
    POST/v1/dashboard/read
    dashboard-readerper image
  • 08
    POST/v1/engine/detect
    engine-detectionper image
  • 09
    POST/v1/video/onboard
    video-onboardingper video
B

Damage & condition

  • 10
    POST/v1/damage/detect
    damage-detectionper image
  • 11
    POST/v1/damage/severity
    severity-estimationper detection
  • 12
    POST/v1/tire/read
    tire-readingper image
  • 13
    POST/v1/tire/detect
    tire-detectionper image
C

Parts

  • 14
    POST/v1/parts/recognize
    parts-recognitionper image
  • 15
    POST/v1/parts/segment
    parts-segmentationper image
  • 16
    POST/v1/parts/decompose
    parts-decompositionper vehicle
D

Money

  • 17
    POST/v1/pricing/vehicle
    car-pricingper vehicle
  • 18
    POST/v1/pricing/repair
    reparation-pricingper vehicle
E

Image production

  • 19
    POST/v1/render/background
    image-backgroundingper image
  • 20
    POST/v1/render/enhance
    quality-improverper image
  • 21
    POST/v1/render/plate
    plate-replacerper image
  • 22
    POST/v1/render/360
    car-360-generationper vehicle
  • 23
    POST/v1/render/video
    ad-video-generationper video
F

Presentation

  • 24
    POST/v1/viewer/hotspots
    viewer-hotspoterper image

The bundle

One inspection, one line on the invoice.

POST /v1/inspections chains all 8 stages in a single call and bills as one blended inspection instead of 8 separate metered calls. You are buying the orchestration — the retries, the ordering, and the single status to poll.

Start with the endpoints you need and move to the bundle when the wiring stops being worth maintaining. The key does not change.

POST/v1/inspections1 unit
  1. 01video-onboardingincluded
  2. 02car-segmentationincluded
  3. 03parts-decompositionincluded
  4. 04damage-detectionincluded
  5. 05severity-estimationincluded
  6. 06reparation-pricingincluded
  7. 07image-backgroundingincluded
  8. 08viewer-hotspoterincluded

Billed once · not 8 metered calls

Never billed

Watching a job cost nothing.

GET /v1/jobs/{id} is free at any rate, and so is every webhook we push. Long-running inference should not punish you for asking whether it finished — poll it or subscribe, whichever suits your stack.

  • queued
  • computing
  • done
  • failed
  • timeout
  • webhook push

Tell us what you are metering.

Send the endpoints and the monthly volume you expect. We will come back with a rate card and the rate limits that go with it.