Getting Documents Signed

emSigner allows origination of PDF documents with or without recipients giving you the flexibility of managing the workflow and routing either in your application or emSigner.

To get documents signed, please use the InitiateandSign API call generated as part of “Making your first API call” section with the JWT token as shown below.

Please use the sample code snippet below as part of the body of the POST request to trigger the call

Sample Request

Key points

  1. In the above request, the PDF document is passed as a BASE64 string

  2. Workflow routing

    • If the signatories are passed, emSigner will prepare the document and send it to the participants directly without any intervention from the originator

    • In case the signatories are not passed, emSigner treats this document as a draft and allows the user or originator to login to emSigner to decide the recipients and routing before sending the document

  3. Documents can be sent up to 10 recipients in a single API call

  4. Please refer the POSTMAN API call for more information on the parameters used in the API call

Sample Response

Last updated