Export a submission as PDF
Exports a single submission as a PDF attachment. The Content-Disposition filename is derived from the form’s title plus the submission date in Pacific time, e.g. New-Patient-Intake-2026-08-27.pdf; titles are reduced to alphanumerics, - and _. For signable forms, the PDF includes the respondent’s signature images.
Authorizations
Paubox API key sent as Authorization: Bearer YOUR_API_KEY. API keys are created in the Paubox dashboard and must have the "forms" scope; a key without the forms scope receives 401 Unauthorized. A valid key used against a resource that belongs to a different customer receives 403 Forbidden.
Path Parameters
UUID of the form
UUID of the submission to export
Response
PDF file with the submission
The response is of type file.