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

Welcome to signature API V2

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.

A field can have a single type, defined here, a single area and a name

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.

A field can have a single type, defined here, a single area and a name

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

Submission

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
GET/submission
GET/submissions/{uuid}
POST/submissions
DELETE/submissions/{uuid}