Skip to main content

Thumbnail Generator v1.1

· One min read

This version adds functionality for filename customisation, and generate thumbnail requests will now break on a resource error.

New features

Filename customisation

You can now customise the filenames of generated thumbnails using a Handlebars template.

When downloading many generated thumbnails, this now allows you to easily see details about each thumbnail at a glance from the filenames.

See the documentation for details.

Break on resource error

If a resource loaded by a template responds with an error status code (>400), the Generate Thumbnail API will now respond with a 422 error, allowing you to catch issues with a template or input data more easily.