Vehicle Health Score
Retrieve a 0–100 composite health score for any fleet vehicle, including maintenance, risk, and fault signal dimensions. Optionally request a Gemini AI narrative summary.
Configuration
Full Vehicle Health Score
Retrieve the complete 0–100 composite health score for a vehicle, including maintenance, risk, and fault dimensions.
GET /api/v1/fleet/vehicles/{vin}/health
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
vin | string | Yes | Path param. 17-character VIN. |
include_ai | boolean | No | Query param. true to include AI narrative summary in response. |
Example Request
curl -X GET "https://dev.api.aiadmin.quickmechs.com/api/v1/fleet/vehicles/1HGCM82633A004352/health?include_ai=true" \
-H "Authorization: Bearer YOUR_API_KEY"Try it
Request
GET /api/v1/fleet/vehicles/{vin}/health
JSON Response
// Enter VIN to calculate full health profile