# Download quote PDF

Download the PDF for a finalized quote. Explanation for special handling can be found [here](https://docs.stripe.com/quotes/overview.md#quote_pdf)

## Returns

The PDF file for the quote.

```curl
curl https://files.stripe.com/v1/quotes/{{QUOTE_ID}}/pdf \
  -u "<<YOUR_SECRET_KEY>>" \
  -H "Stripe-Version: 2025-04-30.preview"
```

### Response

```json
{}
```
