GET /predict/car/price
Operation ID: predictCarPrice
Auth: api_key
Description
Predict car price based on it's specifications
Parameters (25)
(string, query, optional)
The API Authentication Key. Mandatory with all API calls.
(string, query, optional)
Base exterior color of the car
(string, query, optional)
Base interior color of the car
(string, query, required)
Car condition
Constraints: {'enum': ['used', 'new']}
(boolean, query, optional)
Boolean to indicate car is carfax one owner or not
(boolean, query, optional)
Boolean to indicate car has clean title or not
(integer, query, optional)
City mileage of the car
(string, query, optional, default: us)
Country for which car price will be predicted
Constraints: {'enum': ['us', 'ca']}
(integer, query, optional)
Number of cylinders in the vehicle
(integer, query, optional)
Number of doors in the vehicle
(string, query, optional)
Drivetrain on the car
Constraints: {'enum': ['4WD', 'AWD', 'FWD', 'RWD']}
(string, query, optional)
Engine Block of the car
Constraints: {'enum': ['I', 'V', 'H']}
(number, query, optional)
Engine Size of the car
(integer, query, optional)
Highway mileage
(boolean, query, optional)
Boolean to indicate car is certified or not
(number, query, optional)
Latitude component of the location
(number, query, optional)
Longitude component of the location
(string, query, optional)
Car's make
(integer, query, optional)
miles vehicle has driven in total
(string, query, optional)
Car's model
(string, query, optional)
Transmission on the car
Constraints: {'enum': ['Manual', 'Automatic']}
(string, query, optional)
Car's trim
(string, query, optional)
Predict price for a VIN
(integer, query, optional)
Car manufacturing year
(string, query, optional)
Location zip
No probe data for this endpoint yet.