Skip to main content
Solved

Wet Signature Api Calls

  • May 13, 2025
  • 2 replies
  • 74 views

Forum|alt.badge.img+1

I have a requirement to wrap the Print & Sign flow into my custom app. I need to be able to download the document for an offline Wet Signature and then Upload the signed document upon completion.

I have set EnableWetSign to “true” on the EnvelopeDefinition.   I am not finding the Api calls to download and upload the document.  Do they exist and if so, where can I find a reference for these activities?

Best answer by karan.kaushik

Hi ​@JohnH. Welcome to the Docusign Community!

Just making sure I understand your ask - are you looking to download the document for the purposes of the wet sign via the API? or just download it generally? If it is the latter, we have an endpoint available (reference here).

For the former - it has to be initiated by the recipient while signing the envelope, so it can’t be done via the API. It has to be manually done by the recipient. They’d need to go through the flow as described here

2 replies

karan.kaushik
Docusign Employee
Forum|alt.badge.img+5
  • Docusign Employee
  • Answer
  • May 14, 2025

Hi ​@JohnH. Welcome to the Docusign Community!

Just making sure I understand your ask - are you looking to download the document for the purposes of the wet sign via the API? or just download it generally? If it is the latter, we have an endpoint available (reference here).

For the former - it has to be initiated by the recipient while signing the envelope, so it can’t be done via the API. It has to be manually done by the recipient. They’d need to go through the flow as described here


Forum|alt.badge.img+1
  • Author
  • Newcomer
  • May 14, 2025

I was looking to wet sign via the API so we can curate a user experience that better fits our workflow.  I appreciate the response.