# 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 "<>" \ -H "Stripe-Version: 2025-11-17.preview" ``` ### Response ```json {} ```