---
title: "Get Quote Pdf"
method: GET
path: "/api/v1/projects/{project_id}/quotes/quote-pdf"
tags: ["quotes"]
---

# Get Quote Pdf

`GET /api/v1/projects/{project_id}/quotes/quote-pdf`

Get presigned download URL for the quote PDF.

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `delivery_option_id` string, uuid, nullable

## Response `200`

Successful Response

- PdfDownloadResponse — Presigned URL response for PDF download.
  - `url` string, required
  - `filename` string, required

## 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)
