Course certificate
Pack 04 · Education · A4 landscape
A frame-worthy academic certificate with a contemporary institutional voice. It uses ceremony, typography and verification detail instead of ornamental clip art.
- Landscape A4 ceremonial composition
- Verification id and URL
- Programme, duration and distinction
- Academic seal and signatory
Example data
The data payload this template expects. Generate course certificate PDFs by POSTing a shape like this to /v1/generate.
sample_data.json
{
"recipient_name": "Amara Okeke",
"completion_date": "2026-06-24",
"completion_year": "2026",
"certificate_id": "NCI-UXR-26-0418",
"verification_url": "verify.northbridge.example/NCI-UXR-26-0418",
"institution": {
"name": "Northbridge Institute"
},
"program": {
"school": "School of Design & Systems",
"title": "User Research in Complex Systems",
"duration": "18-week",
"subject": "applied research, synthesis and evidence-led product strategy"
},
"signatory": {
"name": "Professor Elena Vance",
"title": "Dean of Design & Systems"
}
}generate.sh
curl -X POST https://doclinth.com/v1/generate \
-H "Authorization: Bearer dl_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"template_id":"YOUR_TEMPLATE_ID","data":{"recipient_name":"Amara Okeke","completion_date":"2026-06-24","completion_year":"2026","certificate_id":"NCI-UXR-26-0418","verification_url":"verify.northbridge.example/NCI-UXR-26-0418","institution":{"name":"Northbridge Institute"},"program":{"school":"School of Design & Systems","title":"User Research in Complex Systems","duration":"18-week","subject":"applied research, synthesis and evidence-led product strategy"},"signatory":{"name":"Professor Elena Vance","title":"Dean of Design & Systems"}}}'Sign up to seed this template and get its template_id.
Related templates

Examination admit card
Candidate admit card with photo block, centre, paper schedule, instructions and barcode.

Student report card
Academic report with coursework, assessment, grades, attendance, position and teacher comments.

Admission letter
Formal offer letter with programme, entry term, conditions, deadlines and acceptance instructions.