Creates a new deliverable from a completed envelope.
POST
/ v1 / envelopes / {envelope_id} / deliverables
Creates a new deliverable from a completed envelope. The envelope must have a status of completed.
SignatureAPI already creates one deliverable automatically when an envelope completes. Use this endpoint to generate additional deliverables after that point. For example, create a simple deliverable containing only specific documents, or a password-protected copy for secure distribution.
The deliverable starts in processing status and transitions to generated once the PDF is ready. This usually takes a few seconds. Subscribe to the deliverable.generated webhook to be notified when the deliverable is ready for download.
Deliverables created using this endpoint are not sent automatically to recipients.
The language for system-generated text in the audit log, including labels and the certificate of completion. Does not affect the content of the signed documents.
Supported values: en (English), es (Spanish), fr (French), it (Italian), pt (Portuguese), de (German), zh (Chinese Simplified), hu (Hungarian).
The timezone used for timestamps in the audit log. Must be a valid IANA Time Zone Database identifier (e.g., America/New_York, Europe/London). Does not affect timestamps inside the signed documents.
The format for timestamps in the audit log. Uses MomentJS format tokens (e.g., MM/DD/YYYY HH:mm:ss). Does not affect timestamps inside the signed documents.
The keys of the documents to include in the deliverable. By default, all documents in the envelope are included.
Use this to create a deliverable with only a subset of documents. For example, generate separate deliverables for different recipients. Accepts between 1 and 10 document keys.
The keys of the documents to include in the deliverable. By default, all documents in the envelope are included.
Use this to create a deliverable with only a subset of documents. For example, generate separate deliverables for different recipients. Accepts between 1 and 10 document keys.