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.
Sign in to connect Templated
Sign in to connect an account and start using Templated in your apps.
Example Use Cases
These are example ways Snow can use Templated when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to append new tags to an existing template without overwriting existing tags. Use when you already have the template ID and want to add additional tags.
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'".
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.
Tool to create a new folder for organizing templates and renders. Use when you need to organize templates into logical groups.
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 document renders from templates. Supports single/batch rendering with extensive customization. Returns a list of render objects (one per page for multi-page templates).
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.
Tool to delete a specific render by its ID. Use when you need to permanently remove a render and its associated output files.
Tool to delete a template by its unique ID. Use when you have confirmed the template ID and need to remove it permanently.
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.