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.
Request
- application/json
Body
required
file base64
Title string
Description string
Note string
Signers 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.com"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...