Developers
One REST call scores a vehicle.
A small JSON API over the same engine the console uses. Every response carries its confidence band and data-quality metadata, so you can surface exactly how sure each number is. Full, typed reference lives in the OpenAPI docs.
Try it
curl "https://api.autorelx.com/v1/score?make=Toyota&model=Corolla\
&year=2018&fuel=PE&mileage_km=160000&country=SG" \
-H "X-API-Key: <your-key>"
# -> reliability_grade, expected_annual_cost_sgd, component_outlook[],
# warranty_pricing, confidence_band{ band_pct, drivers[] }, ...During the pilot the API runs locally at 127.0.0.1:8000; the hosted base URL above is illustrative. Keys are issued per pilot.