Create document by template_id
POST/createdocument/:template_id
The Create Document API allows you to generate new documents by providing template_id.
Request
Path Parameters
template_id stringrequired
objectId of contact
- application/json
Body
required
Array [
]
Signers
object[]
Role string
Email mail
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://example.com"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...