---
title: "Generate Quote Estimate"
method: POST
path: "/api/v1/admin/parts/{part_id}/quote-estimate"
tags: ["admin-dfm"]
---

# Generate Quote Estimate

`POST /api/v1/admin/parts/{part_id}/quote-estimate`

Generate AI quote estimation for a part.

Admin-triggered. Stores the estimate in Quote.ai_estimate and sets
ai_estimate_generated_at. The is_human_reviewed gate prevents the
quote from being sent to the user until an admin reviews it.

## Path parameters

- `part_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
