DocForge — Document Generation API
## DocForge — Turn Templates Into Documents in Milliseconds **DocForge** is a powerful, developer-friendly document generation API that transforms your templates (DOCX, ODT, XLSX, PPTX, ODS) into polished output files — PDF, Word, Excel, PowerPoint, CSV, and more — using simple JSON data injection. No layout engines. No HTML-to-PDF headaches. Just upload a template, send your data, get back a…
DocForge — Document Generation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Upload Template /template |
Upload a document template (DOCX, ODT, XLSX, PPTX, ODS, etc.) to DocForge. Returns a unique templateId that you will use to render documents. Templates are stored persistently —… |
| POST |
Render Document /render/{templateId} |
Generate a document by merging your template with JSON data. Pass your templateId and a JSON payload with the data to inject. Specify the desired output format (pdf, docx, xlsx,… |
| GET |
Download Document /render/{renderId} |
Download the generated document by its renderId. The file is returned as a binary stream in the original or converted format. The document is available for a limited time after… |
| DELETE |
Delete Template /template/{templateId} |
Permanently delete a stored template by its templateId. After deletion, existing renderIds that used this template will remain valid and downloadable. |
| GET |
Get API Status /status |
Check the health and operational status of the DocForge API. Returns the current server version and uptime. Use this endpoint to monitor availability before sending batch requests. |
DocForge — Document Generation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $79 / month | — |
|