CarGenius validates, standardises and explains supplier vehicle data before it reaches your marketplace, auction platform or pricing engine.
Detect wrong fuel types, inconsistent gearbox values, missing power data and suspicious specification mismatches — then publish cleaner listings with a shareable Vehicle Data Certificate.
Supplier feeds are rarely perfect. Different languages, missing fields, inconsistent naming and wrong technical values create listing errors, bad search results and incorrect price calculations.
The same car can arrive with fuel, gearbox, model and power values written in different formats, languages or abbreviations.
Wrong specifications can affect search filters, buyer trust, valuation, auction visibility and internal reporting.
The API returns clean structured values, confidence scores and comments that can be stored directly in your database.
Use it during imports, before publishing listings, or as a quality-control layer in your back-office.
Normalises brand and model names and helps detect values that do not match your internal list.
Maps supplier values into standard fuel types such as Petrol, Diesel, Electric, Hybrid and others.
Standardises gearbox values and flags unclear or conflicting automatic / manual descriptions.
Checks values such as power, engine size, battery capacity and other key attributes where available.
One API call can transform a raw supplier payload into clean data, validation metadata and a certificate link.
POST a supplier payload — brand, model, VIN, fuel, gearbox, power and any other available fields.
The engine normalises values, compares them with known mappings and returns confidence with a readable explanation.
Use the structured JSON in your system and optionally show a public Vehicle Data Certificate to buyers.
Clean vehicle data in one request.
?key=YOUR_API_KEY
https://api.cargenius.info
POST /validate – single vehicle payloadPOST /validateBulk – validate multiple vehiclesNeed a full auction platform or white-label setup? See our business opportunities.
# Validate a single vehicle description
curl -X POST https://api.cargenius.info/validate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"brand_original": "FORD",
"model_original": "Focus 1.0 EcoBoost",
"fuel_original": "bleifrei",
"gearbox_original": "Manual",
"power_kw": "74",
"cylinder_volume": "999"
}'
{
"brand": "Ford",
"model": "Focus",
"fuel": "Petrol",
"gearbox": "Manual",
"power_kw": "74",
"cylinder_volume": "999",
"confidence": 93,
"comment": "EcoBoost 1.0 – petrol.",
"certificate_url": "https://cargenius.info/certificate/..."
}
A successful validation can generate a shareable digital certificate — useful when you want to show buyers that listing data was checked and standardised.
The API can be used wherever raw vehicle data enters your system.
Normalise supplier feeds before publishing listings and improve filtering, search and buyer trust.
Validate cars before they become visible in auctions and reduce manual correction work in the back-office.
Clean end-of-lease vehicle data in bulk before exporting to sales channels or auction systems.
Feed valuation models with consistent vehicle attributes and fewer noisy edge cases.
Cross-check seller claims, detect suspicious spec mismatches and enrich reports automatically.
Build a consistent quality-control workflow for imported cars, supplier feeds and listing approvals.
The setup depends on your volume, use case and whether you only need the API or the full CarGenius platform.
For companies that already have their own platform and need a clean data-quality layer.
For clients using the CarGenius auction platform, validation can become part of the import and publishing flow.
For high-volume feeds, special supplier mappings, custom data rules or integration with existing internal systems.
We’ll suggest the right model after understanding your data sources, expected volume and integration needs.
Tell us about your data sources, volume and current workflow — we’ll suggest the best API or platform setup.
Talk to our teamWe’ll respond within one business day.
No personal data collected. CarGenius does not require registration for certificate lookup, nor do we place tracking cookies, pixels or analytics scripts that identify individual visitors.
When you request an API key we store only the data you provide, such as company name, e-mail and billing address, for invoicing and communication purposes. We never share, sell or lease this information to third parties.
Server logs, including IP address, user-agent and timestamp, are kept for security and debugging and automatically deleted after 30 days.
Last updated: 2026-05-10
CarGenius provides vehicle-data validation, valuation and auction-data services on a best-effort basis. Results are informational and must not be used as legal proof of ownership, condition or final market value.
Starter and Pro plans may include burst limits and volume limits. Sustained or abusive traffic may be throttled or blocked.
While we strive for accuracy, CarGenius accepts no liability for losses arising from errors or omissions in the returned data. Maximum aggregate liability shall not exceed fees paid for the previous month.
Plans may be cancelled at any time; service continues until the end of the current billing period. Unused validations or API calls are not refundable unless agreed separately in writing.
Last updated: 2026-05-10