Templated

Integrate Templated with your AI workspace

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.

Explore Triggers and Actions

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.

ActionTry it

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

ActionTry it

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.

ActionTry it

Create Folder

Tool to create a new folder for organizing templates and renders. Use when you need to organize templates into logical groups.

ActionTry it

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.

ActionTry it

Create Template Render

Create document renders from templates. Supports single/batch rendering with extensive customization. Returns a list of render objects (one per page for multi-page templates).

ActionTry it

Delete Folder

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.

ActionTry it

Delete Render

Tool to delete a specific render by its ID. Use when you need to permanently remove a render and its associated output files.

ActionTry it

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.

ActionTry it

Duplicate Template Render

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.

ActionTry it

Get Account Information

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.

ActionTry it

List All Renders

Tool to list all renders in the account. Use when you need to retrieve all available renders for the authenticated user.

ActionTry it

List All Templates

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

ActionTry it

List Folder Renders

Tool to list all renders in a specific folder. Use when you need to retrieve all renders contained in a folder with optional pagination.

ActionTry it

List Folder Templates

Tool to list all templates in a specific folder. Use when you need to retrieve templates contained in a folder.

ActionTry it

List Folders

Tool to list all folders in the account. Use when you need to retrieve available folders that help organize templates and renders.

ActionTry it

List Fonts

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.

ActionTry it

List Gallery Templates

Tool to list templates from the public gallery. Use when you need to browse available templates that can be cloned for use.

ActionTry it

List Template Clones

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.

ActionTry it

List Template Renders

Tool to list all renders of a specific template. Use after obtaining a template ID when you need paginated render results.

ActionTry it

List Uploads

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.

ActionTry it

Merge Template Renders

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.

ActionTry it

Move Render to Folder

Tool to move a render to a specific folder. Use when you need to organize renders by moving them into folders.

ActionTry it

Move Template to Folder

Tool to move a template to a folder. Use when you need to organize templates by moving them into specified folders.

ActionTry it

Remove Template Tags

Tool to remove specific tags from a template. Use when you have a template ID and want to untag existing tags.

ActionTry it

Retrieve Template

Tool to retrieve a single Template by its unique ID. Use after obtaining the template ID.

ActionTry it

Retrieve Template Render

Tool to retrieve details of a specific render by its ID. Use after obtaining the render ID when you need details of a render.

ActionTry it

Update Folder

Tool to update an existing folder's properties. Use when you need to change a folder's name or other attributes.

ActionTry it

Update Template

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.

ActionTry it

Update Template Tags

Tool to overwrite all tags on a template. Use when you need to replace the entire tag list for a specific template.

ActionTry it