Issue completion certificates, awards, and credentials from your existing data. One template, one row of data, one finished PDF.
Certificates are the same document with one name changed, and most teams still make them by editing a design file per person. That works for ten and breaks at a hundred.
Start from a library template or build your own, then mark the parts that change: name, course, date, signature.
A registration form, a spreadsheet of everyone who finished, or your own system through the API.
Every certificate comes back as a PDF or an image, named the way you asked for.
Open one, change the parts you want, and it is yours. Every template is editable.
The same template runs from a REST call or from a spreadsheet. Pick whichever fits how your data already moves.
curl https://automette.com/api/v1/renders \
-H "Authorization: Bearer $AUTOMETTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template_id": "cm4tpl8e20001js04xq2v9k3m",
"data": {
"name": "Priya Sharma",
"course": "Advanced Data Analysis",
"completed_on": "12 Aug 2026"
}
}'Returns a file URL. Read the API reference.
Publish a form and generate a document from each submission as it arrives.
Upload a spreadsheet and get one file per row, packaged as a ZIP.
Run a batch straight from a sheet with the Automette add-on.
Design a template once. Connect any data source. Get perfect documents and visuals every time.
Build it visually, in code, or describe it to AI. Place fields where your data should go.
CSV, Google Sheet, form, webhook, or REST API, whichever fits your stack.
One, a thousand, or on demand, all from the same template.