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.

Note:

You cannot add roles and widgets from this API. You will have to do it from the link received in the response.

Request

Body

required

    file base64required
    title stringrequired
    description string
    note string

    signers

    object[]

    required

  • Array [

  • email string
    name string
    phone string
  • ]

  • sendInOrder boolean

Responses

Document created successfully!

Schema

    objectId string
    url string
Loading...