signature_document_download_url_get
Retrieve the direct download URL for a fully signed document after all signatures are complete. Use after confirming signing status to access the final signed file.
Instructions
Retrieves the download link for the FINAL, well-signed version of a document — the actual signed file, once every signatory has signed. Requires: create_signature_request → signatureRequestId, add_document_to_signature_request → documentId. Use get_signature_request first to confirm signing is complete before calling this. Not to be confused with signature_certificate_generate, which produces a separate appearance certificate document, not the signed document itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | MANDATORY. UUID of the document within the signature request. Obtain from add_document_to_signature_request. | |
| signatureRequestId | Yes | MANDATORY. UUID of the signature request. Obtain from create_signature_request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| expiration | No |