Integrate Motorly's battery analysis engine directly into your DMS or marketplace platform.
Submit vehicle details and photos for asynchronous analysis. The system uses computer vision to extract dashboard metrics and combines them with VIN data.
curl -X POST https://api.motorly.com/v1/analyze \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"vin": "1N4AZ0CP0DC...",
"listing_url": "https://dealer.com/car/123",
"mileage": 45000,
"images": [
"https://dealer.com/img/dash.jpg"
]
}'