EDocGen
API for generating documents (contracts, letters, invoices) from templates by populating them with XML, JSON, Excel data. The API integrates documents' creation and delivery features. Developers can work from the back-end or web embed. They can also integrate with their databases such as Oracle/SQL Server/MySQL to automate document creation from database data.
EDocGen endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/api/v1/document /api/v1/document |
Upload template after authentication |
| POST |
/login /login |
|
| GET |
/api/v1/documents /api/v1/documents |
Returns all template details including template ids |
| GET |
/api/v1/document/markers/{templateid} /api/v1/document/markers/{templateid} |
Returns markers present in the template |
| POST |
/api/v1/document/generate/bulk /api/v1/document/generate/bulk |
Generate document using template id and markers |
EDocGen pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | — |
|
| ULTRA | $250 / month | — |
|