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

Welcome to signature API

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
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

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