Documenso
Documenso

Documenso is an open-source electronic signature platform that allows users to create, send, and sign documents digitally.

Completely Secure
69126VIEWS
2658USERS

Tools

1 of 14

Create Document Attachment

Tool to create a new attachment for a document. Use when you need to add supporting files or additional documents to an existing document. The document must be in the correct state (typically PENDING status) to accept attachments.

Create Document Beta

Tool to create a new document using the beta endpoint that returns a presigned URL for file upload. After calling this action, upload the PDF file to the returned uploadUrl using a PUT request. Use when you need to create a document and upload the file separately.

Create Document Field

Tool to create a single field for a document. Use when you need to add a signature, initials, text, or other field type to a specific location on a document page. The document must be in DRAFT status to add fields.

Create Document Fields (bulk)

Tool to create multiple fields on a document in a single operation. Use when you need to add signature fields, text fields, or other input fields to a DRAFT document. This bulk operation is more efficient than creating fields one at a time. All fields must reference valid recipient IDs from the document.

Create Document Recipient

Tool to create a single recipient for a document. Use when you need to add a new recipient (signer, viewer, approver, etc.) to an existing document.

Create Document Recipients Bulk

Tool to create multiple recipients for a document at once. Use when you need to add multiple recipients (signers, approvers, viewers, etc.) to a document in a single operation. The document must be in DRAFT status before adding recipients.