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.

  1. Landscape A4 ceremonial composition
  2. Verification id and URL
  3. Programme, duration and distinction
  4. Academic seal and signatory
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 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