When the user provides a VIN and asks about vehicle specs, details, or information:
- •Call the CarsXE Specifications API:
code
GET https://api.carsxe.com/specs?key={CARSXE_API_KEY}&vin={VIN} - •Present the results in a clean, organized format covering:
- •Basic info: Make, Model, Year, Trim
- •Engine: type, cylinders, displacement, horsepower, torque
- •Transmission & drivetrain
- •Fuel type and economy (city/highway/combined)
- •Body style, doors, seats
- •Standard & optional equipment
- •If the API key is missing, tell the user to set the
CARSXE_API_KEYenvironment variable.