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.

  1. Formal completion confirmation
  2. Award, credits and classification
  3. Study period and language
  4. Public verification code and URL
Use this template →Seeds into your account on signup. No setup.Have your own PDF? Import it →

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