curl --request GET \
--url https://qwoty.app/api/projects/{id}/pdf \
--header 'Authorization: <authorization>'(binary PDF file)
Download a quote PDF (signed when available, otherwise unsigned)
curl --request GET \
--url https://qwoty.app/api/projects/{id}/pdf \
--header 'Authorization: <authorization>'(binary PDF file)
Documentation Index
Fetch the complete documentation index at: https://docs.qwoty.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer qwoty_your_tokentrue to bypass freshness checks.accepted and a signed PDF exists, the signed file is returned.application/pdf content type.src/app/api/projects/[id]/pdf/route.ts (kept outside app/api/(bff)/ as a documented, tool-friendly HTTP contract).
curl --request GET \
--url "https://qwoty.app/api/projects/550e8400-e29b-41d4-a716-446655440000/pdf?force=false" \
--header "Authorization: Bearer qwoty_your_token" \
--output quote.pdf
application/pdf on success.quote-Q-2024-001.pdf or
quote-Q-2024-001-signed.pdf.(binary PDF file)
Was this page helpful?