Use this api to sign the document.
Base URL : SERVER_IP or DNS of the sign server.
Use this api to sign the document.
Base URL : SERVER_IP or DNS of the sign server.
Sign Document
{
"identifier": "email/mobile",
"name": "signer name",
"document_id": "DID***",
"sign_type": "aadhaar",
"reason": "Reason for signing",
"key_store_name": "test"
}
mandatory) Signers name to display on signature
email/mobile of signer
(mandatory) Please pass the key store name configured in the yml file with which signing is desired
(mandatory) Reason for signing Please pass 1 of the below templates or choose custom_statement
(mandatory) Byte array or Base64 encoded value of file content
(optional) Please pass the name of the place depending on the where the signer is signing this document (city/town/village) Eg: Bangalore. This is same as the place field in any agreement
➔ Signature display on page - first/last/all/custom (default is first). Pass “custom” if you are using sign_coordinates
Customized placing of signature.
Sample input :
"sign_coordinates":{ "1":[{ "llx":315,"lly":20, "urx":455,"ury":60}]}
Each points to a map of page no. Each page no. points to array of signature coordinates
Success Response
Was this page helpful?