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.

EndpointDescription
GET/v1/templatesGet all templates
POST/v1/templatesCreate new template
GET/v1/templates/:idGet template
PUT/v1/templates/:idUpdate template
DEL/v1/templates/:idDelete template

Templating in templates

Templates, supports Handlebars by using the htmlTemplate option. See Templating for more info.

Was this page helpful?