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_idintegerRequired
Form identifier

Request

This endpoint expects an object.
imagesOnlybooleanOptional
Export only the form's image fields, omitting other field types. Defaults to false.
imagesInRowenumOptional
Number of images to lay out per row. Defaults to 2.
includeImageMetadatabooleanOptional

Include image metadata (e.g. GPS, timestamp) below each image. Defaults to true.

Response

PDF generated successfully
pdfBase64string

Base64-encoded PDF bytes

contentTypeenum
namestring or nullOptional
Suggested file name for the exported PDF

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error