Docs Render API
Docs Render API lets you generate PDFs from Google Docs templates using dynamic data. Perfect for: • Invoices • Contracts • Certificates • Reports • Letters How it works: 1. Create a Google Docs template with {{placeholders}} 2. Send JSON data to the API 3. Receive a generated PDF No frontend required. Automate documents in minutes.
Docs Render API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/health /health |
Returns the current server status and environment. |
| GET |
/templates /templates |
Lists all registered Google Doc templates. |
| POST |
/templates /templates |
Alias a Google Doc ID to a friendly key. |
| POST |
/docs/render /docs/render |
Merge variables into a Google Doc template and generate a PDF. |