Export Form as PDF
Export a form to PDF. All body fields are optional.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
form_id
Form identifier
Request
This endpoint expects an object.
imagesOnly
Export only the form's image fields, omitting other field types. Defaults to false.
imagesInRow
Number of images to lay out per row. Defaults to 2.
includeImageMetadata
Include image metadata (e.g. GPS, timestamp) below each image. Defaults to true.
Response
PDF generated successfully
pdfBase64
Base64-encoded PDF bytes
contentType
name
Suggested file name for the exported PDF
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
