Creates a new document by applying a predefined template, which can be customized with specific data. The endpoint will return a unique document ID, which must be used for further operations such as signing or editing. If the document is not used within 24 hours, it will be automatically removed from the system's storage.
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
Example
{"templateId":"388ffb1d-e6ca-439a-8a67-03d1887907e2","name":"Example file","privateDescription":"Example private description","publicDescription":"Example public description","language":"EnUs","markupOrientation":"Bottom","fields":[{"fieldId":"1836c74c-f83d-4d00-8c58-ffc096d0b3f8","value":"Example field value"}]}