By default, SignatureAPI generates a standard deliverable that includes the signed documents and a visible audit log. If you need the signed documents without audit log pages, use a simple deliverable instead. The simple deliverable still embeds the audit log as metadata within the PDF for verification purposes. Only the visible audit log pages are removed.Documentation Index
Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Set the deliverable type when creating an envelope
Include adeliverable object with type set to simple when creating the envelope. SignatureAPI generates a simple deliverable automatically when the envelope completes.
Generate a simple deliverable after completion
If you need both types, or if the envelope already completed with a standard deliverable, create a simple deliverable manually using the Create Deliverable endpoint.Select specific documents
Useincluded_documents to include only certain documents from the envelope. This works with both simple and standard deliverables.
Keep Learning
- Learn about deliverable types and their differences.
- Protect deliverables with a password.
- Download signed documents automatically using webhooks.