Overview
This guide will walk you through the process of sending documents to one or more signers for their signatures using our API.Steps
Upload Documents
First, upload the documents that need to be signed. You can upload multiple documents in various formats such as PDF, DOCX, etc.See the Files upload API for more information.
Request
Response
Make sure to store the returned
fileId for use in next steps.Add Package
Next, create a signing package by providing details such as the package name, description, sign by date, signers, and documents.See the Packages add API for more information.
Request
Response
Make sure to store the returned
packageId for use in next steps.Check Package Status
You can check the status of the package at any time using the package ID.See the Packages status API for more information.
This step is useful for tracking the progress of the signing process if you are not using webhooks.
Request
Response
Download Signed Documents
After all signers have completed signing, you can download the signed documents.See the Packages download API for more information.
Request