

CheapVHR API Documentation
Access comprehensive vehicle history reports through our simple REST API. Get CARFAX and Autocheck reports programmatically.
Base URL
All API requests should be made to this base URL
https://api.cheapvhr.com/v1
Available Endpoints
Overview of all available API endpoints
Implementation Tips
- Use environment variables for your API key:
CHEAPVHR_API_KEY
- Include the
x-api-key
header in all requests - Validate VIN and report IDs before sending requests
- Handle common HTTP status codes: 401 (Unauthorized), 404 (Not Found), 5xx (Server Error)