🚧 The Signature.nc API documentation in under construction, feel free to contact-us.

Use our API to digitally sign your documents.

(Under construction)

Overview

Templates represent reusable document signing forms with fields and signatures to be collected. You can have multiple files associated with it. This is also the place where you can add fillable fields to documents.

Templates

Templates represent reusable document signing forms with fields and signatures to be collected. You can have multiple files associated with it. This is also the place where you can add fillable fields to documents.

GET/templates
GET/templates/{uuid}/documents
POST/templates
POST/templates/{uuid}/documents/{uuid}/fields
PUT/templates/{uuid}
PUT/templates/{uuid}/documents/{uuid}
DELETE/templates/{uuid}
DELETE/templates/{uuid}/documents/{uuid}/fields

Submissions

Signature requests can be initiated with Submissions API. Submissions can contain one submitter if signed by a single party or multiple submitters if the same document needs to be signed by different people. Initiate new submissions to request signatures for specified submitters via email.

GET/submissions
POST/submissions
POST/submissions/{uuid}/activate
DELETE/submissions/{uuid}