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