---
title: "Regenerate Quote Pdf"
method: POST
path: "/api/v1/admin/quotes/{quote_id}/regenerate-pdf"
tags: ["admin-quotes"]
---

# Regenerate Quote Pdf

`POST /api/v1/admin/quotes/{quote_id}/regenerate-pdf`

Force regenerate the quote PDF via Temporal workflow.

Returns 202 Accepted. The PDF will be available within a few seconds.

## Path parameters

- `quote_id` string, uuid, required

## Response `202`

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)
