Articles in this section
Category / Section

Download document using BoldSign API

Published:
1 min read

BoldSign allows you to download the document that has been sent for signature. This document can be downloaded by the signers, senders, and CC recipients of the document.

Follow these steps to successfully download the document you have sent

Request document download using BoldSign API

To initiate the document download, you’ll need to use the document ID of the specific document you want to download.

Here are example codes you can use to perform the download:

Code snippet

curl -X GET 'https://api.boldsign.com/v1/document/download?documentId={Your document Id}' \
-H 'accept: application/json' \
-H 'X-API-KEY: {your-api-key}' 

In the provided examples, ensure that you replace the documentId with the actual ID of the document you intend to download.

Upon executing the code, the document will be generated, and you will be able to proceed with downloading it.

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Access denied
Access denied