SequrSign Logo

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>
ParameterDescription
docNameName of the document to sign.
idInitiator user id.
firstName / lastNameInitiator name.
emailIdInitiator email.
companyName / jobTitleInitiator organization details.
selfSigntrue to include the initiator as a signer.
serialOrdertrue for serial signing order, else parallel.
name / emailComma-separated recipient names and emails.
urlSource document URL.
docIdDocument id.