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.
30 tools available
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.
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.
Tool to retrieve account information, including email, name, team name, API usage statistics, and subscription plan. Use to check current API quota usage or verify API token validity.
Tool to list all templates of a user. Use when you need to retrieve available templates with optional pagination.
Tool to list all renders in a specific folder. Use when you need to retrieve all renders contained in a folder with optional pagination.
Tool to list all folders in the account. Use when you need to retrieve available folders that help organize templates and renders.
Tool to list all templates in a specific folder. Use when you need to retrieve templates contained in a folder.
Tool to list all available fonts including Google Fonts and user-uploaded custom fonts. Use when you need to retrieve the names and metadata of fonts available in the account.
Tool to list templates from the public gallery. Use when you need to browse available templates that can be cloned for use.
Tool to list all renders in the account. Use when you need to retrieve all available renders for the authenticated user.
Tool to list all cloned templates in the account. Use when you need to retrieve templates that were cloned from the gallery or other sources, with optional filtering by source template ID or external ID.
Tool to list all renders of a specific template. Use after obtaining a template ID when you need paginated render results.
Tool to list all uploaded images in the account. Returns upload details including URLs and metadata. Use when you need to retrieve available uploads with optional pagination.
Tool to merge multiple renders into a single PDF output. Use when combining multiple images or pages into a unified document. When host=true, returns a URL to the hosted file. When host=false, returns the PDF binary for immediate download.
Tool to move a render to a specific folder. Use when you need to organize renders by moving them into folders.
Tool to move a template to a folder. Use when you need to organize templates by moving them into specified folders.
Tool to remove specific tags from a template. Use when you have a template ID and want to untag existing tags.
Tool to retrieve details of a specific render by its ID. Use after obtaining the render ID when you need details of a render.
Tool to retrieve a single Template by its unique ID. Use after obtaining the template ID.
Tool to update an existing folder's properties. Use when you need to change a folder's name or other attributes.
Tool to update an existing template including its properties and layers. Use replaceLayers=true to replace all layers (layers not in array will be removed), or false/omit to update existing layers and add new ones.
Tool to overwrite all tags on a template. Use when you need to replace the entire tag list for a specific template.
Wire it up in minutes. No coding required.