Templated is a platform that automates the generation of images and PDFs through a simple API, allowing users to design templates and render them multiple times with dynamic content.
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 document render from a template. Use when you need a PDF or image output with dynamic variables. Example: "Generate an invoice PDF using template 'tpl_123' with variables { ... }."
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.