Templated
Templated

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.

Completely Secure
123630VIEWS
2591USERS

Tools

1 of 5

Add Tags To Template

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.

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 Render

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 { ... }."

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.