API Documentation
Render PDF or Screenshots from a Template
Define ones, render repeatedly with templates.
With templates, you can predefine all available Page, PDF, and Screenshot options. There’s no need for manual deployments anymore. When the HTML changes, simply update the template in our editor and release it instantly.
Manage templates
You can easily manage your templates through the ‘Templates’ menu in Doczilla’s dashboard. This area allows for creating, modifying, and deleting templates. Alternatively, you can also manage your templates programmatically using the NodeJS SDK or directly through our API.
Endpoint | Description | |
---|---|---|
GET | /v1/templates | Get all templates |
POST | /v1/templates | Create new template |
GET | /v1/templates/:id | Get template |
PUT | /v1/templates/:id | Update template |
DEL | /v1/templates/:id | Delete template |
Templating in templates
Templates, supports Handlebars by using the htmlTemplate
option. See Templating for more info.
Was this page helpful?