Skip to main content
The Forms client does not require API credentials. Forms are identified by a UUID that you obtain from the Paubox dashboard.

Instantiation

Get a form

Retrieve a form’s metadata, field schema, and rendered HTML/CSS:
Key fields in the response:

Submit a form

submit_form raises ValueError if form_data is empty or None.

Submitting with file attachments

The maximum total request size is 250 MB.
Each attachment is a dict with two keys:

Error handling