API Reference

Generate

Main API resource to generate PDF from Template and input File.

HTTP Method POST
Endpoint https://eledo.online/api/RESTv1/Generate

Request body parameters

templateId String Required Unique identificator of Template
templateVersion Integer Optional Template version
file Object Optional File to be processed

Response Header

Content-Type application/pdf
Content-Disposition attachment; filename="file_name"

Response Body

Binary PDF stream

Error Response Header

Content-Type application/json

Error Response Body parameters

errors Array List of errors occured during the request

 


Was this article helpful?

Yes

No