Document
A file (.pdf) that is used for signing.
Last updated
A file (.pdf) that is used for signing.
Last updated
Download a document based on its ID.
FuseSign Tenant ID
FuseSign Document ID
{"DocumentId":"e41dad96-e73f-4073-9e38-fb0e1f39d0f2","BundleId":"e063a94a-2847-4f7e-a207-b3141486c823","Meta":"document_lookup_key","DisplayName":"Document Name","EstimatedSize":1000,"SignedPDFDownloadUrl":"https://signed.document/download"}
Provide a URL of a document for later use in a bundle. This will consume the tenants inbox space. Use the returned Document Id in a Bundle Create request
FuseSign Tenant ID
Document URL
{"DocumentId":"e41dad96-e73f-4073-9e38-fb0e1f39d0f2","BundleId":"e063a94a-2847-4f7e-a207-b3141486c823","Meta":"document_lookup_key","DisplayName":"Document Name","EstimatedSize":1000,"SignedPDFDownloadUrl":"https://signed.document/download"}
List all documents which have been uploaded which are not yet connected to a bundle.
FuseSign Tenant ID
{"DocumentId":"e41dad96-e73f-4073-9e38-fb0e1f39d0f2","BundleId":"e063a94a-2847-4f7e-a207-b3141486c823","Meta":"document_lookup_key","DisplayName":"Document Name","EstimatedSize":1000,"SignedPDFDownloadUrl":"https://signed.document/download"}
Download the pdf document in it's current state (signed or unsigned)
FuseSign Tenant ID
FuseSign Bundle ID
FuseSign Document ID
File not found
Download document's audit trail. This will only work if the document has been signed (or is a view only document) and Bundle.Settings.AuditType is set to Separate
FuseSign Tenant ID
FuseSign Bundle ID
FuseSign Document ID
File not found
Download a signed document without an audit trail embedded. This will only work if the document is a document with signing actions and has been signed and Bundle.Settings.AuditType is set to Separate
FuseSign Tenant ID
FuseSign Bundle ID
FuseSign Document ID
File not found
Upload a file for later use in a bundle. This will consume the tenants inbox space. Use the returned Document Id in a Bundle Create request
Tenant which the file belongs to
The Metadata string to associate with this file
The PDF file to be uploaded
{"DocumentId":"e41dad96-e73f-4073-9e38-fb0e1f39d0f2","BundleId":"e063a94a-2847-4f7e-a207-b3141486c823","Meta":"document_lookup_key","DisplayName":"Document Name","EstimatedSize":1000,"SignedPDFDownloadUrl":"https://signed.document/download"}