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.

Endpoints

GET/v1/scorePrice and grade one vehicle by make/model/year/fuel/mileage/market.
GET/v1/catalogThe queryable make → model → year → fuel universe, with coverage tiers.
GET/v1/vehicle/{make}/{model}/profilePer-age failure curves and component mix for charts.
GET/v1/repair-cost-trendMarket-level repair-cost inflation over time (ICE vs EV).
POST/v1/portfolio/scoreScore a bordereau CSV and get the risk distribution + top contributors.

Open the full API reference →