Core REST API Endpoints
/api/v1/decode-vin
Decodes any 17-character VIN into authentic OEM specifications including Make, Model, Year, Body Style, Engine Cylinders, Displacement, Fuel Type, Plant Country, and AI-synthesized inspection brief.
5YJ3E1EB8NF123456)
/api/v1/recalls
Retrieves active government safety recall campaigns, federal defect investigations, safety risk summaries, and free dealer remedy mandates by vehicle make, model, and year.
tesla, ford, toyota)
model-3, f-150, camry)
2024)
/api/v1/obd2
Lookup standard SAE OBD-II diagnostic trouble codes (DTCs), symptoms, common mechanical causes, DIY fix guide, and estimated repair cost breakdown.
P0300, P0420, P0171)
🛡️ Enterprise Integration & CORS
All API endpoints include permissive Cross-Origin Resource Sharing (CORS) headers (Access-Control-Allow-Origin: *), making them directly callable from client-side JavaScript, single-page applications (React, Vue, Svelte), iOS/Android native apps, and server-side runtimes (Node.js, Python, Go, PHP).
Cache-Control: public, max-age=3600, s-maxage=86400
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload