REST API Overview
Authentication
Currently we are using HTTP Header Authentication with API Key.
Create File
You can create file within the service to store transaction data for later use.
HTTP Method | POST |
Endpoint | https://eledo.online/api/RESTv1/CreateFile |
Download
Download PDF document from previously stored File.
HTTP Method | GET |
Endpoint | https://eledo.online/api/RESTv1/Download |
Generate
Main API resource to generate PDF from Template and input File.
HTTP Method | POST |
Endpoint | https://eledo.online/api/RESTv1/Generate |
List
Provides list of Templates.
HTTP Method | GET |
Endpoint | https://eledo.online/api/RESTv1/List |
Profile
Returns user's profile.
HTTP Method | GET |
Endpoint | https://eledo.online/api/RESTv1/Profile |
Schema
You can retrieve Template's Json Schema for valid File structure composition.
HTTP Method | GET |
Endpoint | https://eledo.online/api/RESTv1/Schema |
Was this article helpful?
Yes
No