Deliverables
Create a deliverable
Creates a new deliverable from a completed envelope.
POST
Creates a new deliverable from a completed envelope. The envelope must have aDocumentation 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.
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.
Path Parameters
The unique identifier of the envelope, in UUID format.
Body Parameters
Returns
Returns a201 Created status code along with a deliverable object after successful creation, or an error otherwise.