Draft Document
POST/draftdocument
The draft Document API allows you to generate document in which you can add signers and widgets from Ui
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...