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

No config loading is required.

Get a form

Retrieve a form’s metadata, field schema, and rendered HTML/CSS:
Key Form getters:

Submit a form

submitForm returns void on success (HTTP 201) and throws on failure.

Submitting with file attachments

The maximum total request size is 250 MB.

Error handling

getForm and submitForm throw Exception on HTTP 400 (bad request) and 404 (form not found).