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

Use IFormsLibrary for dependency injection in ASP.NET Core:

Get a form

Retrieve a form’s metadata, field schema, and rendered HTML/CSS:
The Form object includes:

Submit a form

SubmitForm returns void on success and throws on failure.

Submitting with file attachments

The maximum total request size is 250 MB.
The FormAttachment properties:

Error handling