DocuGenerate simplifies document generation by converting Word templates and JSON data into professional PDF files with ease. It supports automation of contracts, invoices, letters, certificates, and more, catering to both developers and non-developers. With an intuitive REST API and no-code integrations, it ensures seamless functionality for any scale.
Tool to delete a document by ID. Permanently removes the document from storage. Use when you need to clean up generated documents or remove outdated files from DocuGenerate.
Tool to permanently delete a template by ID. Removes the template and all associated versions from storage. Use when a template is no longer needed.
Tool to generate document(s) from a template by merging JSON data or uploading a data file. Use when you need to programmatically produce one or more documents and receive metadata including a download URL.
Generate documents from a template with bulk data, returning output as a ZIP archive or combined file. Use this tool when you need to create one or more documents by merging template placeholders with data. Provide either JSON data array or upload a data file (Excel/CSV). Returns downloadable file with document_id for tracking. Note: Some plans may restrict bulk generation to one document at a time.
Generate documents from a template with optional embedded attachments or merged PDFs. Use this tool when you need to create documents and optionally bundle extra files as PDF attachments (via `attach`) or append additional PDF pages (via `merge_with`). Supports PDF, DOCX, DOC, ODT, and TXT output formats.
Generate a PDF document from a template with optional PDF merging. Use this to create documents by filling template placeholders with data, and optionally append additional PDF files to the result.