---
title: "Generate Admin Exam Pdf"
method: POST
path: "/admin/teacher-exams/{exam_id}/pdf"
tags: ["Admin Teacher Exams"]
---

# Generate Admin Exam Pdf

`POST /admin/teacher-exams/{exam_id}/pdf`

Generate PDF for an exam (admin access) - uses exact same logic as teacher version.

## Path parameters

- `exam_id` string, required

## Query parameters

- `include_correction` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
