WorkspaceDarkLight
Contents

API reference

Sign

Sign it. Keep the proof. Open the product

GET/v1/signOpen ↗

Click-to-sign for any document.

POST/v1/sign/requestsKey

Ask for a signature. Answers with the link to send the signer: the request travels sealed inside it, so nothing is stored.

Body
[object Object]

POST/v1/sign/evidenceKey

Open the evidence token a signer brought back to your return address: the evidence, its seal, the check, and a certificate of signing to keep. Only the lender that asked can open it.

Body
[object Object]

POST/v1/sign/verifyKey

Check evidence and its seal, and the document if you send it: valid, or exactly why not, each reason with a code.

Body
[object Object]