---
title: "Download Course Pdf"
method: GET
path: "/my-courses/{course_id}/pdf"
tags: ["My Courses"]
---

# Download Course Pdf

`GET /my-courses/{course_id}/pdf`

Generate and download a PDF of the course content.
Uses deterministic JIT (just-in-time) LaTeX conversion without persisting LaTeX.
Includes support for graph illustrations.

## Path parameters

- `course_id` string, required

## Query parameters

- `include_course_units` boolean
- `include_revision_deck` boolean
- `include_knowledge_quiz` boolean
- `show_solutions` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-05** `437cd8414e9e` — 1 info
  - added the new optional `query` request parameter `include_course_units`

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/my-courses/:course_id/pdf/get.md)

---

[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)
