E-sign made easy for developers
Step 1
Step 2
E-sign any document with a single POST request.
https://api.jointsign.com/v1/sign/create
with the following properties:{
"document": "https://yourwebsite.com/pdf/example.pdf"
}
Step 2
The response is the url that is needed to setup the pdf e-sign. Send the url to your customer that needs to setup the document.
{
"url": "https://jointsign.com/setup/12345",
"success": true
}
Need more advance integration? Contact team@jointsign.com