Certificates
Course certificate
Give each learner a named certificate they can keep and share.
Give each learner a named certificate they can keep and share.

TypeDocuments
File typesPDF
SourceMade by thirds.ai with sample names and values.
LicenceFree to copy and use in your own templates
Your data
See the fields before you copy.
Your copy starts with these sample values. Change any of them.
{
"issuer": "Fieldnote Learning",
"learner": "Alex Morgan",
"course": "A practical guide to clear project plans",
"date": "4 September 2026"
}Use it your way
Render the same template on the web, by API, or through MCP.
curl https://thirds.ai/v1/pdf \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"issuer":"Fieldnote Learning","learner":"Alex Morgan","course":"A practical guide to clear project plans","date":"4 September 2026"}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "completion-certificate-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"issuer": "Fieldnote Learning",
"learner": "Alex Morgan",
"course": "A practical guide to clear project plans",
"date": "4 September 2026"
}
}
}
}
}