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 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 delete a template by its unique ID. Use when you have confirmed the template ID and need to remove it permanently.
Tool to retrieve account information, including email, name, and timestamps. Use after confirming your API token is valid.
Tool to list all templates of a user. Use when you need to retrieve available templates with optional pagination.