Admission letter
Pack 04 · Education · A4
A warm but precise admission offer that feels worthy of the moment. It gives the applicant a clear path from congratulations to conditions, acceptance and enrolment.
- Personalised programme offer
- Conditional evidence schedule
- Acceptance deadline and portal
- Admissions contact and signatory
Example data
The data payload this template expects. Generate admission letter PDFs by POSTing a shape like this to /v1/generate.
sample_data.json
{
"offer_number": "NBI-OFR-26184",
"issue_date": "2026-07-10",
"accept_by": "2026-08-07",
"acceptance_url": "apply.northbridge.example/offers/NBI-OFR-26184",
"institution": {
"name": "Northbridge Institute",
"short_name": "Northbridge",
"address": "Scholar's Walk, Pune 411007",
"website": "northbridge.example"
},
"applicant": {
"id": "APP-260184",
"name": "Zoya Rahman"
},
"programme": {
"name": "Master of Design Futures",
"entry_term": "January 2027",
"mode": "Full-time · on campus"
},
"opening_paragraph": "We are pleased to offer you a place in the Master of Design Futures. The admissions panel was struck by the clarity of your practice and the way your portfolio connects local observation with systemic questions.",
"offer_details": "This is a conditional offer. Once the conditions below are met and your acceptance is recorded, the Registry will issue your enrolment confirmation and joining schedule.",
"conditions": [
{
"condition": "Final degree result",
"evidence": "Certified transcript showing ≥ 60%",
"deadline": "2026-09-15"
},
{
"condition": "Identity verification",
"evidence": "Passport or government photo ID",
"deadline": "2026-08-07"
},
{
"condition": "Seat deposit",
"evidence": "INR 75,000 through the applicant portal",
"deadline": "2026-08-07"
}
],
"acceptance_instructions": "Use the secure applicant portal to accept the offer, upload evidence and pay the seat deposit. Contact Admissions before the deadline if a document will be delayed.",
"admissions_contact": {
"name": "Rhea Kulkarni",
"email": "admissions@northbridge.example",
"phone": "+91 20 5550 1842"
},
"signatory": {
"name": "Dr. Farah Nair",
"title": "Director of Admissions"
}
}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":{"offer_number":"NBI-OFR-26184","issue_date":"2026-07-10","accept_by":"2026-08-07","acceptance_url":"apply.northbridge.example/offers/NBI-OFR-26184","institution":{"name":"Northbridge Institute","short_name":"Northbridge","address":"Scholar's Walk, Pune 411007","website":"northbridge.example"},"applicant":{"id":"APP-260184","name":"Zoya Rahman"},"programme":{"name":"Master of Design Futures","entry_term":"January 2027","mode":"Full-time · on campus"},"opening_paragraph":"We are pleased to offer you a place in the Master of Design Futures. The admissions panel was struck by the clarity of your practice and the way your portfolio connects local observation with systemic questions.","offer_details":"This is a conditional offer. Once the conditions below are met and your acceptance is recorded, the Registry will issue your enrolment confirmation and joining schedule.","conditions":[{"condition":"Final degree result","evidence":"Certified transcript showing ≥ 60%","deadline":"2026-09-15"},{"condition":"Identity verification","evidence":"Passport or government photo ID","deadline":"2026-08-07"},{"condition":"Seat deposit","evidence":"INR 75,000 through the applicant portal","deadline":"2026-08-07"}],"acceptance_instructions":"Use the secure applicant portal to accept the offer, upload evidence and pay the seat deposit. Contact Admissions before the deadline if a document will be delayed.","admissions_contact":{"name":"Rhea Kulkarni","email":"admissions@northbridge.example","phone":"+91 20 5550 1842"},"signatory":{"name":"Dr. Farah Nair","title":"Director of Admissions"}}}'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.