Create Document from Template
POST/createdocument/:template_id
The Create Document API allows you to generate new documents by just providing template_id instead of uploading a new file(in the form of base64 or binary) every time you need to create a document. Templates for repeatedly used files can be created from user interface at Debug UI or using the Create Template API.
Request
Responses
- 200
- 400
- 405
Document created successfully!
If you haven't add widgets and signers in template or not provide signers along with their roles in body
Invalid API Token!