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.
| Stage | What happens |
|---|---|
| Capture | The customer completes a guided walkthrough in the browser — angle prompts, lighting checks, and VIN capture. No app install. |
| Detect | Models tag damage across every panel and part, linking each finding to the source photo that proves it. |
| Grade | Each finding is severity-graded and repair-cost estimated, calibrated against real-world claim outcomes. |
| Deliver | The 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
- Quickstart — your first inspection in a few minutes.
- Authentication — API keys and request signing.
- Webhooks — react to every state change.
note
Building the customer-facing product, not the integration? The main site lives at gauzr.com.