Seal API
The Seal REST API lets you programmatically manage documents, templates, recipients, and signatures. All endpoints are authenticated using API keys issued from your Seal organization settings.
Version 1.0.0
Base URL
https://api.seal.nyc/api/v1Documents
Create, manage, and send documents for signing
- GETList documents
/documents - POSTCreate a document
/documents - GETGet a document
/documents/get - PUTUpdate a document
/documents/update - DELETEDelete a document
/documents/delete - POSTSend a document
/documents/send - POSTVoid a document
/documents/void - GETGet download URL
/documents/download
Recipients
Manage the people who sign or review a document
- GETList recipients
/recipients - POSTAdd a recipient
/recipients - GETGet a recipient
/recipients/get - PUTUpdate a recipient
/recipients/update - DELETERemove a recipient
/recipients/delete - POSTSend a reminder
/recipients/remind
Templates
Reusable document layouts that speed up your workflow
- GETList templates
/templates - POSTCreate a template
/templates - GETGet a template
/templates/get - GETGet template fields
/templates/fields - PUTUpdate a template
/templates/update - DELETEDelete a template
/templates/delete - POSTCreate document from template
/templates/use
Signatures
Access signature data and verify document integrity
- GETList signatures
/signatures - GETGet a signature
/signatures/get - GETVerify document integrity
/signatures/verify - GETGet audit trail
/signatures/audit
Uploads
Upload PDF files for use with the Documents API