Skip to main content

Draft Document

POST 

/draftdocument

The Draft Document API enables you to create and manage document drafts. These drafts can be further enriched by adding signers and incorporating interactive widgets through our user interface at https://app.opensignlabs.com(for cloud version). This API is designed to streamline the process of document preparation, allowing for a seamless transition from draft to final document.

Features:

  • Save Document Drafts: Securely save your documents in a draft state.
  • Add Signers: Assign signers to your document directly from the API.

Request

Body

required

    file base64
    title string
    description string
    note string

    signers

    object[]

  • Array [

  • email string
    name string
    phone string
  • ]

Responses

Document created successfully!

Schema

    objectId string
    url string
Loading...