Introduction
VehiCore API platform for automotive and insurance.
VehiCore Documentation
This guide explains how to use the VehiCore API to add vehicle intelligence to your applications — OCR, damage recognition, car-side recognition, data normalization, and valuation.
What VehiCore offers
| Service | Description |
|---|---|
| OCR | Extract text from documents and images (e.g. license plates, VIN, forms). |
| Damage recognition | Detect and assess vehicle damage from images. |
| Car-side recognition | Identify vehicle make, model, and side from photos. |
| Data normalization | Standardize vehicle and document data for consistent use. |
| Valuation | Get vehicle valuation data for your workflows. |
All endpoints are authenticated with an API key and return structured data you can use in your own products.
How to use it
- Register and get your API key from the dashboard.
- Store your key in an environment variable (e.g.
VEHICORE_API_KEY). - Call the API by sending your key in the
X-API-Keyheader on every request.
You start with a free tier that includes credits for testing. See Get Started for step-by-step setup and copy-paste examples in cURL, Node.js, Python, Java, and Go.
Quick links
Get Started
API key setup and first request.
Core concepts
What VehiCore is and who it's for.
API Reference (Swagger)
Endpoint specs and try-it-out.
Reference
Per-API docs: OCR, Damage, Car Side, Normalize, Valuation.
API Keys
Manage your keys.
Usage & Billing
Usage and credits.
Need help?
- Swagger — Interactive API docs and try-it-out at the API Reference.
- Support — Contact us for integration help or enterprise needs.