The Certificate Generator API
for your platform

Milestone completed. Certificate generated. No one touched anything.
One API call fires when someone completes a course, a training, or a program, and a personalized PDF lands back in your product.

Trigger renders from your own app events
Bulk rendering with webhook callbacks
White label files, no Templated branding
Embeddable editor for your customers
Import designs from Canva

Terminal window
{
"template": TEMPLATE_ID,
"format": "pdf",
"layers" : {
"name" : { "text" : "Sarah Mitchell" },
"program" : { "text" : "Advanced Data Analytics" },
"date" : { "text" : "May 12, 2026" }
},
"webhook_url": "https://yourapp.com/hooks/render"
}
Terminal window
{
"template": TEMPLATE_ID,
"format": "pdf",
"layers" : {
"name" : { "text" : "Pedro Campos" },
"program" : { "text" : "Leadership Essentials" },
"date" : { "text" : "June 3, 2026" }
},
"webhook_url": "https://yourapp.com/hooks/render"
}
Terminal window
{
"template": TEMPLATE_ID,
"format": "pdf",
"layers" : {
"name" : { "text" : "Josh Boyd" },
"program" : { "text" : "Workplace Safety Training" },
"date" : { "text" : "July 1, 2026" }
},
"webhook_url": "https://yourapp.com/hooks/render"
}
Sample Certificate Render Sample Certificate Render Sample Certificate Render
Auto generate completion certificates for courses, trainings, programs, and events, straight from your own app

Use cases

Every certificate your product issues, one API

If your system knows who completed what, it can issue the certificate. These are the setups running on Templated today.

Course platforms and LMS

Final module passed, completion certificate in the student dashboard and in the completion email.

Corporate training and compliance

Safety training, HR onboarding, hospital compliance programs. The certificate is issued the moment the record updates, audit trail intact.

Events and workshops

Attendance confirmed at checkout or check-in, participation certificate before the attendee leaves the venue.

Memberships and awards

Association renewals, program milestones, employee recognition. Any record in your database that deserves a document.

Powerful Editor. Dynamic Templates.

Create stunning, professional designs in minutes.
Just drag, drop, resize, and customize.

Real-time Canvas Editor

What you see is what you get.
See your changes instantly as you make them.

Pre-designed Professional Templates

Browse our Template Gallery and customize ready-made designs in minutes.

Design with AI

Use our AI Template Generator to quick-start your own templates.

Import from Canva

Import your templates from Canva and customize them in our editor.

White Label Editor

Embed our Editor to your site or app and let your users create and customize their own designs directly on your platform.

How to get started

Step 1: Create your account

Creating your account at Templated is easy.
Sign-up with just your email and password or use your existing Google account.

Step 2: Pick a certificate template or design your own

After creating your account, pick a design from our certificate template gallery or build your own with the drag and drop editor. You can also import a design from Canva.

Then mark the layers that change per recipient: name, program, completion date, signature or logo.

Step 3: Trigger renders from your app

Call the render endpoint from your completion handler with the recipient data in JSON. Each render returns a URL to the finished PDF or image.

Generating for a whole cohort? Send multiple renders in a single request, add a webhook URL, and each certificate posts back to your app as it finishes. Prefer no code? Upload a CSV or Excel file in the dashboard and generate the batch from there.

API for Image, Video and PDF Generation

Render images, videos and PDFs at scale with a simple API.

Simple POST request with JSON payload

Render multiple images, videos or PDFs at once with a simple request.

Modify every layer of your template

Update text, colors, images, videos, and more of each layer through our API.

Multiple output formats

Choose from .jpg, .png, .webp, .mp4 or .pdf for your rendered files.

Client Libraries

Use our client libraries for Python, Node, Java, PHP, Ruby, and more.

Check our API docs
fetch('https://api.templated.io/v1/render', {
  method: 'POST',
  body: JSON.stringify({
    "template": TEMPLATE_ID,
    "format": "pdf",
    "layers": {
      "text-1": {
        "text": "This is my text to be rendered",
        "color": "#FFFFFF",
        "background": "#0000FF"
      },
      "image-1": {
        "image_url": "https://pathtomyphoto.com/123.jpg"
      }
    }
  }),
  headers: {
    'Content-Type': 'application/json',
    'Authorization': `Bearer ${API_KEY}`
  }
})

Built for platforms

Design once. Render for everyone.

Everything you need to make certificates a real feature of your product.

A whole cohort at once

Send multiple renders in a single request. 500 completions on the same day is one API call, not 500.

Async by default

Add a webhook URL and each certificate posts back to your app as it finishes. Nothing blocks your pipeline.

Every tenant, one template

Override logo, colors, and signature per customer through the render payload. One design serves your entire customer base.

PDF and PNG from the same render

PDF for the completion email, PNG for the share button. Change one parameter, keep one template.

Template Editor

Drag-and-drop editor with different component types for you to design your base certificate.

No-Code Integrations

No code? No problem. Use Zapier or other no-code platforms to integrate with our API without having to write code.

Clear Pricing

No hidden fees or extra charges. Pick a plan that best suits your needs and don't have any surprises at the end of the month.

Tutorials

Explore our guides and tutorials and learn how to integrate with our API in the programming language you like.

Next Level Support

Ping us via chat anytime and we will help you integrate. We got your back!

White label

Your feature. Your brand. Your domain.

No Templated branding on files

Recipients download certificates from your dashboard and receive them from your email address. To them, your platform generates certificates.

Embed the editor in your app

Your customers design their own certificate templates with drag and drop, inside your product. You never build a design tool.

Import designs from Canva

Already have a certificate designed in Canva? Import it, mark the dynamic layers, and render from it.

Compare

Build vs buy, answered honestly

TemplatedBuild in-houseCredential platforms
Time to shipAn afternoonWeeksDays
PricingPer renderYour infra + maintenancePer recipient
File ownershipYoursYoursTheir domain
Design tooling for your customersEmbeddable editorYou build itNo
Verification pagesNo*You build itYes
RevocationNoYou build itYes

*Add a QR code layer pointing to a verification URL your platform hosts.

If your certificates must be independently verifiable third-party credentials, use a credential platform like Certifier or Accredible. If certificates are a feature of your product, they are a render call.

Plug &  Play  Render

Not building an app? Certificates also run through #nocode tools or a spreadsheet upload. Start with the Google Sheets tutorial or the Google Forms walkthrough.

Zapier
Make
Bubble
n8n
Airtable
Activepieces
How to integrate

Pricing

Per render, not per recipient

50
free credits to start
1
render = 1 certificate
0
recipient caps or seat math

10,000 certificates is 10,000 renders. No hidden fees, no annual recipient limits.

See plans

FAQ

Frequently asked questions

Can I trigger certificates from my own app's events?

Yes, that is the intended setup. Call the render endpoint from your completion handler or webhook, and store the returned file URL on your user record.

Can I generate certificates in bulk?

Yes. Send multiple renders per API request, or upload a CSV or Excel file in the dashboard and generate the batch without code.

Should I generate PDF or image certificates?

Both, from the same template. PDF for print and email, PNG for sharing. One parameter switches the format.

Does Templated verify certificates?

No hosted verification. You can add a QR code layer linking to a verification page your platform hosts. For revocable, independently verified credentials, a platform like Certifier is the better tool.

Can I import my Canva design?

Yes. Import your Canva template into the Templated editor, mark the dynamic layers, and render from it.

Can my customers design their own certificates?

Yes. Embed the Templated editor in your app and they build templates with drag and drop. See the embeddable editor.

What happens after the 50 free credits?

Pick a plan by monthly render volume. No hidden fees. Pricing details are here.

What our customers say

People love how great our product works and how we're always there to help

Rated 4.7

"Brilliant piece of software. Reasonably priced (vs Canva's outrageously expensive API), and despite a few intricacies with the editor, a really fully-featured document generation API. Really great support too from Pedro, the founder!"

August 17, 2025
JB

Jacob Burns

"Great customer service. Templated is a great tool and easy to work with, and their API just makes sense. It's fast, and great for automating visuals. What really stands out is their customer service quick replies, actually helpful, and clearly invested in their users. Smart product, built right."

March 17, 2025
BS

Brix Studio

"Life-saving and incredibly intuitive! This app is absolutely phenomenal! It literally saved my life and my automations on MAKE. The idea behind it is brilliant, and the execution is flawless. It's extremely intuitive, making it super easy to work with, even for those who aren't tech experts. The user-friendly interface and seamless functionality make automation effortless. I highly recommend it to anyone looking for a reliable and efficient solution!"

March 17, 2025
Filipe Souza Profile Photo

Filipe Souza

Basic Invitation

"Great time to value. It's simple to use, it does what it says on the tin, not obscure pricing or documentation - everything is as you expect it, and they have great customer service!"

March 13, 2025
EB

Elias Benussi

"After comparing several similar options, I ultimately chose Templated. I'm really enjoying its ease of use and impressive performance!"

December 19, 2024
Siddharth Elango Profile Photo

Siddharth Elango

"I love it. Great. I use it for a business purposes and works very well with make.com."

December 16, 2024
J

Jakub

"Templated is a game-changing innovation in programmatic design! So many use cases here, this a better option than Canva because they make their API private to enterprise customers only. Can't to see what the future has in store for this amazing company."

December 16, 2024
AR

Antonio Romero

"Great Customer service. A cool guy name Pedro start the conversation with me, as first I though It was an bot so I chat with him in my first language and took a moment for me to realise he is a real person (LOL), shout to them for taking their client even small issue!"

December 16, 2024
K

Kiennguyrn

"This is a clever idea, especially in concert with programmatic (AI-generated) SEO."

17 January 2024
Ryan Hoover Profile Photo

Ryan Hoover

Creator of ProductHunt

"The editor is easy to use, very similar to Canva and the API is simple enough to integrate on the backend."

20 February 2024
Halem Wenderson Profile Photo

Halem Wenderson

Developer at Telvetto

"Very useful service and great support team."

28 October 2024
John Allison Profile Photo

John Allison

Developer

"I have so many ideas running through my head right now of use cases I can do with your API using Bubble.io."

17 January 2024
Jesus Vazquez Profile Photo

Jesus Vazquez

Founder of Hustling Labs

"The possibilities with Templated are endless. The templates are super easy to set up and incredibly versatile. I plan to use this for various solutions in my own apps as well as my clients' apps in the future."

15 April 2024
Mike Mathisen Profile Photo

Mike Mathisen

No-code developer

"Love the tool and love the support from Pedro. The best of templated is how easy it is to create new templates!"

21 October 2024
Borja Pallasá YouTube Profile Photo

Borja Pallasá

No-code & AI YouTuber

Ship certificates this sprint

Your first render is five minutes away. Start free with 50 API credits

No Credit Card Required
Get started for Free