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
73955VIEWS
2917USERS

Tools

1 of 2

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'".

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

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.

Get Account Information

Tool to retrieve account information, including email, name, and timestamps. Use after confirming your API token is valid.

List All Templates

Tool to list all templates of a user. Use when you need to retrieve available templates with optional pagination.