Achievement records
Achievement certificate
Recognise a learner with a named achievement, programme, and result.
- File types
- Size
- A4 PDF
- Use case
- Achievement records
- Licence
- Free to copy and use in your own templates
- Source
- Made by thirds.ai with the open-licence Abril Fatface font, original graphic marks, and fictional sample names.

About this design
What you can make with it.
Training providers use this for a course completion or an assessed programme. It shows the learner's name and a medal with their score and course title. Change the learner, the achievement, the course, and the score each time.
Your details
What you can change.
These are the words and numbers you swap for your own. The design stays the same.
- IssuerA short text.
- LearnerA short text.
- AchievementA short text.
- CourseA short text.
- DateA short text.
- ScoreA short text.
- ReferenceA short text.
- FooterA longer text with more than one line.
{
"issuer": "Lumen Works Academy",
"learner": "Theo Ellis",
"achievement": "Completed with distinction",
"course": "Practical Content Operations",
"date": "2026-09-30",
"score": "96%",
"reference": "LWA-ACH-041",
"footer": "Awarded for outstanding results across every module and the final practical assessment."
}For developers
Make this file from your code or your AI tools.
Save your copy once, then send the new details with each request. Each finished file costs 1 credit.
curl https://thirds.ai/v1/pdf \
-H "Authorization: Bearer $THIRDS_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: achievement-certificate-1" \
-d '{"template_id":"tpl_your_copy","version":1,"data":{"issuer":"Lumen Works Academy","learner":"Theo Ellis","achievement":"Completed with distinction","course":"Practical Content Operations","date":"2026-09-30","score":"96%","reference":"LWA-ACH-041","footer":"Awarded for outstanding results across every module and the final practical assessment."}}'{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "render",
"arguments": {
"output": "pdf",
"idempotency_key": "achievement-certificate-1",
"request": {
"template_id": "tpl_your_copy",
"version": 1,
"data": {
"issuer": "Lumen Works Academy",
"learner": "Theo Ellis",
"achievement": "Completed with distinction",
"course": "Practical Content Operations",
"date": "2026-09-30",
"score": "96%",
"reference": "LWA-ACH-041",
"footer": "Awarded for outstanding results across every module and the final practical assessment."
}
}
}
}
}Make this design yours.
Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.


