Templated icon

Templated

Image and PDF generation API for templates, template clones, folders, renders, and per-template tags.

Tailored to design automation that clones templates, organizes them into folders, renders documents from templates, and counts template clones.

Example Use Cases

These are the Templated actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Clone Template

Tool to clone an existing template. Use after you have a template ID and want to duplicate it with a new name. Example: "Clone template tpl_123 as 'Copy of Template'".

Count Template Clones

Tool to get the count of cloned templates for a specific source template. Use when you need to know how many clones exist for a particular template without retrieving the full list.

Create Folder

Tool to create a new folder for organizing templates and renders. Use when you need to organize templates into logical groups.

Create Template

Tool to create a new template with specified dimensions and layers. Use when you need to programmatically define a template with background images, text overlays, or shapes.

Create Template Render

Create document renders from templates. Supports single/batch rendering with extensive customization. Returns a list of render objects (one per page for multi-page templates).

Delete Folder

Tool to delete a folder by its ID. The folder must be empty before deletion. Use when you have confirmed the folder ID and need to remove it permanently.

Delete Render

Tool to delete a specific render by its ID. Use when you need to permanently remove a render and its associated output files.

Delete Template

Tool to delete a template by its unique ID. Use when you have confirmed the template ID and need to remove it permanently.

Duplicate Template Render

Tool to duplicate an existing render with the same settings and template. Use when you need to create a copy of a render. The duplicated render will use the same template and payload as the original.

Get Account Information

Tool to retrieve account information, including email, name, team name, API usage statistics, and subscription plan. Use to check current API quota usage or verify API token validity.