Upload Photos
Drag & drop 1–20 vehicle images or capture from your camera. JPG, PNG, WEBP supported.
Simple Three-Step Process
GoAutoVerify processes high-resolution imagery through a 6-stage Gemini AI pipeline for any vehicle type.
Drag & drop 1–20 vehicle images or capture from your camera. JPG, PNG, WEBP supported.
Gemini Vision pipeline: detects damage, segments parts, computes per-component risk scores in under 90 seconds.
Password-protected report with annotated photos, per-part severity scores, and a negotiation guide.
AI Pipeline Stages
Platform Features
Full 6-stage AI pipeline for any vehicle type — ideal for high-volume fleet operations.
One platform for all your assets. Inspect and manage cars, motorbikes, buses, and auto-rickshaws through a unified dashboard with full REST API access.
Photos stored encrypted in MinIO. bcrypt-hashed report passwords. Timestamped, immutable inspection records.
Vehicle Health Score
The score R = Σ(DΙ × WΙ × SΙ) is a weighted sum across all detected parts. Part weights range from 1.0 (engine/chassis) down to 0.3 (mirrors). Severity: None 0.0 · Minor 0.3 · Moderate 0.6 · Severe 1.0.
1.00.90.80.70.60.50.40.3All Capabilities
Auto-generated passwords secure every report by default. Share only what you choose via a protected link.
Cars, bikes, buses, auto-rickshaws — one platform for any fleet or individual buyer.
Full Gemini AI pipeline completes in under 90 seconds. Real-time progress tracking included.
Gemini 2.5 Flash primary with 3 fallback models. Your inspection always completes even under API pressure.
Engine, windscreen, wheels, bumpers, doors — every component scored independently with severity grades.
Full external API with API Key or OAuth 2.0. Webhook push on completion. Ideal for insurers and dealers.
Basic inspections are fully anonymous — no sign-up, no credit card required.
Custom logo, footer, and branding. GDPR-safe self-hosted deployment for enterprise integrators.
Enterprise & API
GoAutoVerify ships a full REST API at /api/v1/ext. Authenticate with an API Key or OAuth 2.0 Client Credentials. Receive results via webhook push or poll on demand.
Quick Start
# Submit an inspection
curl -X POST /api/v1/ext/inspections \
-H "X-API-Key: sk_live_YOUR_KEY" \
-F "external_reference_id=REF-001" \
-F "photos=@vehicle.jpg"
# Poll for result
curl /api/v1/ext/inspections/REF-001 \
-H "X-API-Key: sk_live_YOUR_KEY"
# Response includes risk_score, annotated
# photo URLs, per-part findings & actions