Get Quote PDF
Quotes
Get Quote PDF
Download a quote PDF (signed when available, otherwise unsigned)
GET
Get Quote PDF
Authorization
Bearer token for authentication. Format:
Bearer qwoty_your_tokenPath Parameters
UUID of the project
Query Parameters
Force PDF regeneration before download. Use
true to bypass freshness checks.Behavior
- If the project is
acceptedand a signed PDF exists, the signed file is returned. - Otherwise, an unsigned PDF is returned (generated on demand if needed).
- The response is a file download with
application/pdfcontent type.
src/app/api/projects/[id]/pdf/route.ts (kept outside app/api/(bff)/ as a documented, tool-friendly HTTP contract).
Examples
Response
Always
application/pdf on success.Attachment filename. Example:
quote-Q-2024-001.pdf or
quote-Q-2024-001-signed.pdf.
