Create Document
POST/createdocument
The Create Document API allows users to generate new documents by providing data with base64 encoded file. This flexible method allows for the inclusion of various data types, making it suitable for a wide range of document creation scenarios.
Upload you pdf in debug PDF here you can draw widgets and copy co-oridnate, page number of them. also you can copy base64 of PDF
Request
- application/json
Body
required
Array [
Array [
]
]
file base64
title string
description string
note string
signers
object[]
role string
email string
name string
phone string
widgets
object[]
type string
page number
x number
y number
w number
h number
Responses
- 200
- 405
Document created successfully!
- application/json
- Schema
- Example (from schema)
Schema
objectId string
url string
{
"objectId": "hji2zxcv2P",
"url": "https://url-to-sign-document.com"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...