Follow new updates and improvements to Templated - API for Automated Image, Video and PDF Generation.
January 28th, 2026

We're excited to announce our new MCP (Model Context Protocol) integration that lets you create, edit, and manage templates directly from AI assistants like Claude, Cursor, and ChatGPT - all using natural language.
Demo video showing template creation and render generation with the MCP integration
No more dragging and dropping. Just tell your AI assistant what you want:
> "Create a template for Instagram posts with a background image, a bold title at the top, and a subtitle at the bottom"
The AI will create the template with all the layers, positioning, and styling - ready to use.
Need to make changes? Just ask:
> "Make the title bigger and move it to the center"
> "Add a logo layer in the top-right corner"
> "Change the background color to dark blue"
The AI understands your template structure and makes the changes for you.
Beyond template creation, you get access to all Templated features:
Generate renders - Create images, videos, and PDFs from your templates
Clone & organize - Duplicate templates, create folders, manage your library
Upload assets - Add images and custom fonts through conversation
Inspect & debug - Ask "What layers does this template have?" to understand any template
What You Say | What Happens |
"Create a certificate template with a name, date, and decorative border" | Creates a new template with text layers and styling |
"Update my Instagram template - make the title font larger" | Modifies the existing template |
"Generate a PNG from my pricing template with the price set to $99" | Creates a render with custom values |
"Clone my business card template and rename it to 'Premium Card'" | Duplicates the template |
"Show me all my templates that have 'social' in the name" | Searches your template library |
Platform | Setup |
Cursor | Remote server - just add URL to config |
ChatGPT | Remote server - add in Connected Apps |
Claude Desktop | Local server via npx |
Go to Integrations β MCP
Copy the configuration for your AI assistant
Paste it and restart your assistant
Start creating: "Create a social media template with..."
We'd love to hear what you think! If you have any feedback or run into any issues, feel free to reach out to us via chat or at support@templated.io or share your thoughts on our feedback board.
Happy creating! π¨
Pedro
January 17th, 2026

We're thrilled to announce one of the most requested features: Teams is now live in Templated! π
This is a big step forward for agencies, companies, and teams who want to collaborate on templates and share resources seamlessly.
All your templates, uploads, fonts, and renders now belong to your team.
Everyone on your team has access to the same resources. No more duplicating files or sharing credentials.
Invite colleagues to your team via email.
They'll receive an invitation link and can join your workspace instantly.
Assign roles to control what each team member can do:
Owner β Full access to billing, team settings, and all features
Developer β Can create templates, access the API, and manage renders
Designer β Can edit templates and upload assets (no API access)
Plan | Max Team Members |
Free | 1 (just you) |
Starter | 2 |
Scale | 5 |
Enterprise | 20 |
Need more seats? Contact us and we'll work something out.
Go to Settings from the dropdown on the top right β Team Management
Click Invite Member
Enter your colleague's email and select their role
They'll receive an email invitation to join your team
Once accepted, they'll have access to all your team's templates and resources
Agencies: Manage client work with your team without sharing logins
Companies: Keep all design assets centralized and accessible
Developers: Grant designers access to edit templates while you focus on the API integration
Everyone: No more "can you send me that template?" messages π
Existing users have been automatically migrated to the new team model. All your templates, uploads, and renders are exactly where you left them β now under your personal team.
That's it for this release!
We're really excited to see how you'll use Teams to collaborate.
As always, let us know if you have any feedback or suggestions.
Happy collaborating! π
Pedro
January 7th, 2026

We're incredibly excited to announce one of the most requested features in Templated's history: Video Rendering is now live!
This is a huge milestone for us and represents a major step forward in our vision to help you fully automate your asset production pipeline β from static images and PDFs to now dynamic video content.
Watch how easy it is to create animated video content with Templated.
You can now add video elements directly into your templates through the Editor. Whether it's a background video, product demo clip, or animated footage β videos are now first-class citizens in Templated.
Bring your designs to life! Add CSS animations and transitions to any layer in your template β text, images, shapes, you name it. Create stunning motion graphics without leaving our Editor.
Use our existing /v1/render endpoint with just a few new parameters:
"format": "mp4" β Output as video
duration β Control video length (up to 90 seconds)
fps β Choose your frame rate (up to 60 FPS)
fetch('https://api.templated.io/v1/render', {
method: 'POST',
body: JSON.stringify({
"template": TEMPLATE_ID,
"format": "mp4",
"duration": 10000, // 10 seconds
"fps": 30,
"layers": {
"title": { "text": "Welcome to my video!" },
"background-video": { "video_url": "https://example.com/video.mp4" }
}
}),
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${API_KEY}`
}
})
To help you hit the ground running, we've created 5 ready-to-use video templates in our Template Gallery:
Use any of these templates and customize them for your use case β or use them as inspiration to build your own video templates from scratch.
Video rendering uses a credit system based on resolution, FPS, and duration. Check out our documentation for the full breakdown and use the credit calculator to estimate costs.
With video rendering, you can now automate:
Social media video ads at scale
Product videos with dynamic content
Animated thumbnails and promotional clips
Personalized video content for each customer
Motion graphics for marketing campaigns
No more switching between tools. Design once in Templated, render as image, PDF, or video β all through the same API.
We've added comprehensive documentation for video rendering:
β Create a Render (Image, PDF, or Video)
Video rendering is currently in Beta.
We're actively improving the feature and would love your feedback!
If you encounter any issues or have suggestions, please reach out π.
This is just the beginning. We have more exciting updates planned for video capabilities, and we can't wait to see the amazing videos you'll create with that.
Happy rendering! π
Pedro & the Templated Team
December 16th, 2025

We're excited to introduce Import from PDF β a new way to bring your existing PDF documents into Templated and turn them into fully editable, API-ready templates.
Upload any PDF file and we'll automatically extract:
Text elements β with font detection, sizing, and positioning
Images β uploaded to your media library
Vector shapes β converted to editable SVG layers
Layout structure β preserving the original document design
The result is a complete template you can edit, customize, and automate via the API β just like any other template in Templated.
Contracts & Legal Documents β Turn your existing contracts into templates with dynamic placeholders
Certificates & Diplomas β Import certificate designs and add personalization fields
Reports & Invoices β Convert PDF reports into automated document generators
Marketing Materials β Bring in brochures or flyers and make them dynamic

Click "Create Template" from your dashboard
Select "Import from PDF"
Drag and drop your PDF file (or click to browse)
Wait a few seconds while we process the document
Review and edit your new template in the editor
Note: This feature works best with clean, well-structured PDFs. Complex designs with many overlapping elements may need some adjustments after import, but it gives you a great starting point.
Try it out and let us know what you think! π
Best,
Pedro :)
November 30th, 2025

Hello again!
Here's a roundup of everything new we've shipped in November.
We focused on improving the editor experience, adding more PDF options, and making it easier to manage your templates at scale.
We've completely redesigned the color picker!

Now when you pick colors in the editor, you'll see:
Recent colors β Automatically remembers your last 16 colors (2 rows), persisted in your browser
Template colors β Shows colors already used in your current template for easy consistency
Default palette β A curated set of 32 colors across grayscale, reds, blues, and greens
Eyedropper tool β Pick any color from your screen (on supported browsers) with the new eyedropper button
You can also clear your recent colors anytime from the color picker panel.
No more forgetting to save! Enable auto-save from the File menu and your template will automatically save every 15 seconds. The setting is remembered per browser, so you can enable it once and forget about it.

Need to rotate your API key for security reasons? You can now regenerate your API key directly from the Dashboard. The old key will stop working immediately, so make sure to update your integrations.

You can now hide/show layers in the editor without deleting them.

Use the eye icon in the Layers panel or the keyboard shortcut β/Ctrl + Shift + H to hide/show the selected layer.
We've added two new options for PDF rendering to help you create print-ready files:
CMYK Colors β Converts your PDF to CMYK color space (DeviceCMYK) instead of RGB, essential for professional printing
Flatten PDF β Removes all transparency and flattens layers into a single output, ensuring compatibility with older PDF readers

Both options are available in the Editor's Download menu and via the API using the cmyk and flatten parameters. You can find it in the docs here.
Working with templates that have 15+ pages?
Enable Single-page mode from the File menu to significantly reduce memory usage.
Instead of rendering all pages at once, the editor will only render the current page you're working on.
You can now select multiple templates from the Dashboard and add tags to all of them at once. Great for organizing large template libraries quickly.
Just enter selection mode, select your templates, and click "Add Tags" to apply tags in bulk.
Fixed color picker color detection β Colors are now detected correctly even when layer opacity is not at 100%
Select all/Select 50 on Renders page β You can now quickly select up to 50 renders at once for bulk actions like deletion
Fixed Remove BG feature on Embedded Editor β Background removal now works correctly when using the embedded editor
Add outline property to the API β You can now control a Shape layer outline via the API
Add align distribute vertically and horizontally to selected elements β Space elements evenly by multi-selecting and clicking on the Align button. Thanks for the suggestion!
That's it for this November update!
Hope these improvements make your workflow smoother π.
As always, let us know what you'd like to see next on the feedback board.
Until the next one,
Pedro
October 27th, 2025
New
Improved

Hey all!
Thanks for all the feedback and suggestions youβve been posting in out feedback board in the last weeks! It really helps us focusing on what you guys need the most and what will be more impactful for your workflow and automations.
Hereβs a quick roundup on all the recent new features and fixes weβve been working on and are now released in the app and API:
You can now group multiple layers together for better formatting and designing your templates.
Just select multiple elements (with Shift + Click) and click on the Group button or use the Ctrl/Cmd + G keyboard shortcut.

When you drag or move elements in the editor, if you hold the Option key, youβll now see live distance markers so you can align and space things more precisely.
Added a new endpoint so you can programmatically edit templates (not just create/render).
You can send a payload similar to the one to generate a render to modify the template structure. You can find more here in the docs.
You can now pass line_height and letter_spacing to specify line-height and letter-spacing for text layers.
And you can now scale up or down the final render dimensions by using the scale parameter and control the image output size/scale.
You can check it here in the docs.
On the dashboard we added a tagβbased search so you can filter and find templates by your custom tags that we used to organize your templates.
No need to open the editor β you can now rename a template straight from its tile in the dashboard UI by just clicking the template name and start typing.

In the editor youβll now find shape layers that support dashed and dotted border styles (in addition to solid). You can also set different dash widths and spacing.
General performance and stability improvements across the editor and APIs
UI tweaks for smoother workflow in multi-element editing
Minor bug fixes (e.g., correct handling of custom asset URLs, improved typo corrections in dashboard)
Add external ID filter param to list template clones via API
Thatβs it for this update.
Hope these enhancements make your workflow better!
Until the next one,
Pedro
October 14th, 2025
New

We're excited to announce a long awaited feature that makes it easier than ever to turn your Canva designs into dynamic, data-driven templates!
Import from Canva is now available in Beta to all users! You can now import your existing Canva designs directly into Templated and transform them into powerful, automated templates.
Open your design in Canva
Click the Share button in the top-right corner
Select Public view link from the dropdown
Copy the URL and paste it in the Import from Canva screen
Wait for the import to finish (~90 seconds)
Open the imported template in our Editor
Watch our quick demo video (above) in the import wizard to see exactly how to get your public view link from Canva!
When you import a Canva design, we automatically convert:
Text layers (with fonts and styling)
Images and graphics
Shapes and vectors
Colors and backgrounds
Layout and positioning
Multi-page designs
The entire import process typically takes 60-90 seconds (depending on the number of pages and details in the design), and you'll see a live preview of your imported template before opening it in the editor and you can work on any adjusts and changes to the template after that.
This is still a Beta feature so please donβt expect that your design will be migrated with 100% accuracy, but we hope that helps you to quickly migrate, design and automate your assets.
Please let us know if any feedback or issues.
Until the text one,
Pedro
October 6th, 2025
New
Improved

Hey there!
Just a quick update to let you know what weβve been working, our recent new features, bug fixes and improvements.
Weβre always listening to your feedback and suggestions and we even added a new board where you can summit your ideas, report bugs and follow our roadmap:
π Check our feedback board and roadmap here!
Youβre now able to Copy (Cmd + C) and Paste (Cmd + V) layers.
Thatβs particularly useful when you need to duplicate elements to a different page or even to a different template that you can open a different browser tab.
Select multiple elements or layers at once and resize them all together using the corner handles. This makes batch editing much faster and more efficient.

You can now control uploaded SVGs fill and stroke directly through the API. This gives you more flexibility when working with uploaded assets programmatically.
We've added a new endpoint that accepts a list of upload IDs for deletion. This is perfect for workflows where you need to temporarily upload files and clean them up after your process is completed. You can find it in the docs here.
Text layers now support multiple font weight levels including thin, normal, semibold, bold, and extrabold. This gives you more precise control over your typography.

You can now perform bulk actions directly in the dashboard:
Templates: Add to folder or remove multiple templates at once.
Renders: Download or remove multiple renders in one go.
This makes managing your workspace faster and more convenient than ever.

Enhanced API flexibility for upload management
Streamlined multi-element editing workflow
Better resource cleanup options for temporary uploads
More granular text styling controls
Show angle while rotating elements
Thatβs it for this update π
Hope it improves your workflow and your automations.
Until the next one,
Pedro
September 8th, 2025
New

We've added an exciting new Image Mask feature to our text effects arsenal for all our creative users!
Transform your text into stunning visual elements by applying any image as a mask. Your text will take on the colors, textures, and patterns of the selected image, creating eye-catching designs that stand out.
It's especially powerful when you want to create dramatic text effects with photos, textures, or artistic patterns without complex design software.
You can apply image masks to any text element in the Editor by accessing the Text Effects panel and enabling the Image Mask option.
We currently support these actions:
β’ Enable/Disable Image Mask (Toggle on/off)
β’ Select from Gallery (Choose from our curated collection)
β’ Upload Custom Images (Use your own photos and textures)
β’ Preview Current Mask (See which image is applied)
β’ Remove Mask (Clear and restore original text styling)
If you have any suggestions on what other mask effects we should add to the feature, please let us know in chat!
We have a bunch of improvements and new functionalities cooking for this week, so stay tuned! π
Until the next one,
Pedro
August 4th, 2025
New

We have added a comprehensive right-click context menu to our Editor interface for all our power users!

It's especially important if you're working with complex designs and need quick access to layer management without navigating through multiple menus.
You can right-click on any layer in the Editor and access all essential actions instantly.
We currently support these actions:
Duplicate (β + D)
Lock/Unlock (β + L)
Rename Layer
Edit Description
Add Link
Layer Positioning (Bring to front, send to back, etc.)
Delete
If you have any suggestions on what other actions we should add to the context menu, please let us know in chat!
We have a bunch of improvements and new functionalities cooking for this week, so stay tuned! π
Until the next one,
Pedro