AI vehicle inspection from any smartphone — no scanning lane required.
Assess a vehicle from its original inspection photos for $2.00 per completed appraisal, including up to 16 photos and detailed damage analysis. Review findings in one vehicle workspace with a panel map and PDF report.
Free sandbox includes a $5 credit. No credit card required.
Vehicle inspection workflow
Vehicle appraisals
One price for the complete appraisal of one vehicle, including up to 16 original photos.
- Detailed damage analysis
- Vehicle review workspace
- Panel map and condition record
- PDF appraisal report
$2.00USD
per completed vehicle appraisal
No setup fee. No monthly minimum.
Upload each original once. Detailed analysis is included in the appraisal price.
Production access is arranged with sales. For more than 16 photos per appraisal or custom requirements, contact us for a quote.
Single-photo verification is a separate API product. Its Standard, Advanced, and volume rates do not include the vehicle appraisal workflow. See single-photo API pricing.
Undocumented condition is a dispute and margin problem.
Every unverified handoff is a damage claim you can't defend, a reused photo you didn't catch, or a repair you can't attribute. The tools built to fix it have mostly required fixed-site hardware that never reaches the field.
Damage disputes drain margin
Without timestamped, verified before/after evidence, damage claims become he-said-she-said. Rental and fleet operators eat repair costs they can't attribute, and chargebacks pile up.
Manual photo review doesn't scale
Staff eyeballing inspection photos is slow, inconsistent between reviewers, and reactive. Reused, cropped, or too-dark photos slip through and undermine every downstream claim.
Hardware scanners don't reach the field
Drive-through lanes and imaging booths are powerful at a fixed site, but a rental curb, a depot, or a customer's driveway will never have one. Distributed inspection needs the camera already in-hand.
Field photo to a documented handoff in one loop.
The capture, scoring, and retry loop runs inside your existing check-in or check-out flow. Field users get instant, specific feedback; your team only reviews genuine damage and edge cases.
Capture required angles
At check-in or check-out, the SDK guides the driver or customer to photograph the vehicle from every angle your policy requires.
Each photo scored against your policy
Correct vehicle, required angles, image quality, duplicate detection, and damage-present checks are each evaluated independently with a confidence score and reason.
Documented, or an instant retry
A clean result completes the handoff. A quality or angle failure returns a specific in-app prompt — “recapture the rear view” — before the record can close.
Damage routes to review
Detected damage and exhausted retries route to an inspector with full criteria detail and timestamped evidence, so disputes resolve on facts, not memory.
Inspections queue on-device and sync when the network returns — depots and garages never block a handoff.
Field users get an instant verdict while they can still recapture a bad photo.
Duplicate and reused-photo detection keeps every inspection record defensible.
One inspection SDK, wherever vehicles change hands.
Rental check-in / check-out
Timestamped before/after condition captured by the customer in your branded app, so damage disputes resolve with evidence.
Fleet & vehicle handoffs
Verify condition at every driver swap, depot return, or subscription handoff — consistent policy applied by every field user.
Dealer & used-car appraisal
Standardize remote condition capture for trade-ins and wholesale appraisals without shipping a vehicle to a scanning lane.
Your inspection rules, expressed as a policy you control.
Each criterion is independently scored with a severity and a required flag, so you decide what blocks a handoff versus what is just a warning — required angles, image quality, duplicate detection, and damage flags.
- Required-angle capture enforced in-app
- Duplicate and reused-photo detection
- Critical vs warning severity per criterion
- Damage present/absent flagged for review
{
"id": "vehicle_inspection_checkout",
"name": "Vehicle Check-Out Inspection",
"mode": "structured",
"categories": [
{ "id": "clean_condition", "label": "Documented & Clean",
"isCompliant": true,
"description": "All required angles captured, no new damage visible." },
{ "id": "damage_present", "label": "Damage Present",
"isCompliant": false,
"description": "New scratch, dent, or crack detected vs. baseline." },
{ "id": "poor_photo", "label": "Poor Photo",
"isCompliant": false,
"description": "Image too dark/blurry/cropped to assess condition." },
{ "id": "wrong_subject", "label": "Wrong Subject",
"isCompliant": false,
"description": "No vehicle, or a different vehicle, in the frame." }
],
"criteria": [
{ "id": "vehicle_in_frame", "label": "Correct vehicle in frame",
"severity": "critical", "required": true,
"description": "The expected vehicle is clearly identifiable." },
{ "id": "required_angles", "label": "All required angles captured",
"severity": "critical", "required": true,
"description": "Front, rear, both sides, and any custom angles." },
{ "id": "image_quality", "label": "Image quality sufficient",
"severity": "warning", "required": true,
"description": "In focus, well lit, uncropped, not a screenshot." },
{ "id": "no_duplicate", "label": "Not a reused photo",
"severity": "critical", "required": true,
"description": "Photo is fresh, not a duplicate of a prior inspection." },
{ "id": "damage_flag", "label": "Damage detection",
"severity": "warning", "required": false,
"description": "Flags visible scratches, dents, or cracks for review." }
],
"maxAttempts": 3,
"autoApproveOnExhaust": false,
"uiCopy": {
"scannerTitle": "Vehicle Inspection",
"successMessage": "Condition documented — you're all set!",
"retryMessage": "Recapture the {angle} view. {remaining} attempts remaining."
}
}Ship a first inspection today.
Follow the damage inspection API quickstart for individual photo checks. For the full appraisal workflow, see the vehicle assessment API. You can also drop the mobile SDK into your check-in screen. No SOW, no procurement gate, no annual contract before you can test it.
curl -X POST https://verify.switchlabs.dev/api/v1/verify \
-H "X-API-Key: $VERIFY_AI_API_KEY" \
-F "image=@rear.jpg" \
-F "policy=vehicle_inspection_checkout" \
-F 'metadata={"rental_id":"8a2c","stage":"checkout","angle":"rear"}'
# => {
# "id": "ver_8a2c19f4",
# "status": "success",
# "is_compliant": false,
# "category": "damage_present",
# "confidence": 0.94,
# "policy": "vehicle_inspection_checkout",
# "violation_reasons": ["rear_bumper_scuff"],
# "feedback": "Rear bumper shows a scuff that was not present at checkout."
# }import { VerifyAIScanner } from '@switchlabs/verify-ai-react-native';
function CheckoutInspectionScreen({ rentalId }: { rentalId: string }) {
return (
<VerifyAIScanner
policyId="vehicle_inspection_checkout"
apiKey={process.env.EXPO_PUBLIC_VERIFY_AI_KEY}
metadata={{ rental_id: rentalId, stage: 'checkout' }}
// Required-angle capture, quality checks, and offline
// queueing run on-device automatically.
onCompliant={(result) => completeCheckout(rentalId, result)}
onRetry={(reason) => showCaptureHint(reason)} // "Recapture the rear view"
onExhausted={(result) => routeToInspector(rentalId, result)}
/>
);
}Pay $2.00 per vehicle appraisal, including up to 16 photos.
One vehicle, one appraisal price, with up to 16 original photos and detailed analysis included. No setup fee, platform fee, or monthly minimum. Start with a free evaluation and contact sales for production access. Single-photo API pricing is a separate product.
See where software-based verification fits.
Fixed-site scanners and vehicle damage detection software each solve a specific slice of inspection. These side-by-sides show exactly where VerifyAI is — and is not — the right tool.
VerifyAI vs UVeye
Smartphone software vs drive-through scanning lanes — cost, deployment, and when each fits.
See the full comparisonVerifyAI vs DeGould
Field verification vs factory-grade imaging booths for the finished-vehicle supply chain.
See the full comparisonVerifyAI vs Click-Ins
Broad operational verification vs insurance-grade damage measurement and repair estimates.
See the full comparisonProve it on your own photos before you roll out.
Replay a sample of historical inspection photos through the sandbox, compare decisions and reasons, then roll out behind a feature flag on one location or vehicle class before expanding.
AI vehicle inspection, answered.
Competitor references (UVeye, DeGould, Click-Ins) describe publicly available information and may vary by contract.
Inspect every vehicle for less than a penny.
Spin up a free sandbox with a $5 credit and run your first vehicle inspection today. No hardware, no minimums, no annual contract.