Course-completion letter
Pack 04 · Education · A4
A registrar-style completion letter suitable for employers, visa applications and further study. Its verification details and academic summary make it useful before the final certificate is conferred.
- Formal completion confirmation
- Award, credits and classification
- Study period and language
- Public verification code and URL
Example data
The data payload this template expects. Generate course-completion letter PDFs by POSTing a shape like this to /v1/generate.
sample_data.json
{
"letter_number": "NBI-REG-26-0741",
"issue_date": "2026-07-10",
"verification_code": "7P4K-29DX",
"verification_url": "verify.northbridge.example/7P4K-29DX",
"institution": {
"name": "Northbridge Institute",
"address": "Scholar's Walk, Pune 411007",
"website": "northbridge.example"
},
"student": {
"name": "Amara Okeke",
"id": "NBI23MDS041"
},
"programme": {
"name": "Master of Design Systems",
"award": "Master of Design",
"completion_date": "2026-06-24",
"study_period": "Aug 2024-Jun 2026",
"credits": "96 / 96",
"classification": "Distinction",
"language": "English"
},
"completion_statement": "The student has fulfilled all coursework, studio, research and final-project requirements prescribed by the Academic Council. The final award will be conferred at the next formal convocation.",
"award_status": "Requirements complete · award approved by Academic Council on 02 July 2026.",
"signatory": {
"name": "Mira Deshpande",
"title": "University Registrar",
"email": "registry@northbridge.example"
}
}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":{"letter_number":"NBI-REG-26-0741","issue_date":"2026-07-10","verification_code":"7P4K-29DX","verification_url":"verify.northbridge.example/7P4K-29DX","institution":{"name":"Northbridge Institute","address":"Scholar's Walk, Pune 411007","website":"northbridge.example"},"student":{"name":"Amara Okeke","id":"NBI23MDS041"},"programme":{"name":"Master of Design Systems","award":"Master of Design","completion_date":"2026-06-24","study_period":"Aug 2024-Jun 2026","credits":"96 / 96","classification":"Distinction","language":"English"},"completion_statement":"The student has fulfilled all coursework, studio, research and final-project requirements prescribed by the Academic Council. The final award will be conferred at the next formal convocation.","award_status":"Requirements complete · award approved by Academic Council on 02 July 2026.","signatory":{"name":"Mira Deshpande","title":"University Registrar","email":"registry@northbridge.example"}}}'Sign up to seed this template and get its template_id.
Related templates

Course certificate
Landscape completion certificate with modern academic frame, verification id, seal and signatures.

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.