Skip to main content

Introduction

The Gauzr API turns a guided photo walkthrough of a vehicle into a structured, damage-tagged inspection report. Integrate it into your own product, or send a customer a link — the AI does the capture guidance, damage detection, and grading, and hands your systems back clean JSON.

Everything runs against a single base URL:

https://api.gauzr.com

The pipeline

Every inspection moves through four stages. You can start one from the API and receive the finished report over a webhook, or drive each stage yourself.

StageWhat happens
CaptureThe customer completes a guided walkthrough in the browser — angle prompts, lighting checks, and VIN capture. No app install.
DetectModels tag damage across every panel and part, linking each finding to the source photo that proves it.
GradeEach finding is severity-graded and repair-cost estimated, calibrated against real-world claim outcomes.
DeliverThe report is emitted the moment the walkthrough is submitted — a webhook for every state change, JSON for every finding.

Two ways to integrate

  • Inspection Links — the fastest path. Create an inspection, send the customer the returned URL, and receive the finished report by webhook. No frontend work. See Inspection Links.
  • Direct API — create inspections, upload evidence, and poll or subscribe to results programmatically. See the API Reference.

Where to go next

note

Building the customer-facing product, not the integration? The main site lives at gauzr.com.