SequrSign API
Integrate programmatic document signing into your own product. Authenticate with an API key and hand signers off to the SequrSign signing flow.
Authentication
To access the SequrSign API endpoints, authenticate your requests using an API key. Generate your API key from the Settings screen, then send it as the X-API-Key header on every request to /app/sign.
API Endpoints
Initiate a programmatic signing request by directing the signer to the following deep link. Parameters are read by name from the query string:
https://dev-app.seqursign.ai/pdfPreviewApp?docName=<docName>&id=<id>&firstName=<firstName>&lastName=<lastName>&emailId=<emailId>&companyName=<companyName>&jobTitle=<jobTitle>&selfSign=<true>&serialOrder=<true>&name=<name1,name2>&email=<email1,email2>&url=<url>&docId=<docId>| Parameter | Description |
|---|---|
docName | Name of the document to sign. |
id | Initiator user id. |
firstName / lastName | Initiator name. |
emailId | Initiator email. |
companyName / jobTitle | Initiator organization details. |
selfSign | true to include the initiator as a signer. |
serialOrder | true for serial signing order, else parallel. |
name / email | Comma-separated recipient names and emails. |
url | Source document URL. |
docId | Document id. |