---
title: "Get a pricing estimate"
method: POST
path: "/api/estimates"
tags: ["estimates-controller"]
---

# Get a pricing estimate

`POST /api/estimates`

Returns a pricing estimate for services by vehicle and zip

## Request body

- EstimateRequest
  - `car` Car, required — Either VIN or Car Details(EngineId/BaseVehicleId) are required. If Vin is provided then length must be 17 characters
    - `year` integer
    - `make` string
    - `model` string
    - `subModel` string
    - `engine` string
    - `engineId` integer
    - `baseVehicleId` integer
    - `vin` string
    - `mileage` integer
  - `services` ServiceRequest[], required
    - `id` integer, required — The ID of the service
    - `name` string — The name of the service
  - `zipCode` string, required

## Response `200`

Returns an Estimate with all available pricing info.

---

[API](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api.md) · [All operations](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repairsmith/autonation-mobile-service-developer-api/revisions/8ef7fb1398f6/schema)
