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

Create the service

Get a form

Retrieve a form’s metadata, field schema, and rendered HTML/CSS:
Key fields in the response: The Promise rejects with a 404 error if the form UUID is invalid.

Submit a form

Submitting with file attachments

The maximum total request size is 250 MB.
Each attachment is an object with two fields:

Error handling

The Promise rejects on HTTP 400 (bad request) and 404 (form not found).