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
- application/json
Body
required
Array [
]
file base64
title string
description string
note string
signers
object[]
email string
name string
phone string
Responses
- 200
- 405
Document created successfully!
- application/json
- Schema
- Example (from schema)
Schema
objectId string
url string
{
"objectId": "hji2zxcv2P",
"url": "https://url-to-edit-document"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...