Platform

Three layers. Take one, or take the stack.

Closest to your user, the components they look at. Underneath, 24 inference endpoints that read the vehicle. Underneath that, the 7 data domains a model cannot see. Nothing here requires adopting the rest.

The bundle

Or one call through all three.

POST /v1/inspections chains 8 stages across the layers — walkaround video in, a priced and annotated vehicle out, hotspots anchored for the viewer.

Watch it run →
  1. 01Onboard walkaroundvideo-onboarding
  2. 02Isolate the vehiclecar-segmentation
  3. 03Decompose partsparts-decomposition
  4. 04Detect damagedamage-detection
  5. 05Grade severityseverity-estimation
  6. 06Price the repairreparation-pricing
  7. 07Render for listingimage-backgrounding
  8. 08Anchor hotspotsviewer-hotspoter

Pick the layer you need first.

Most teams start at Layer 2 with a single endpoint, then move outward. The key is the same either way.