---
title: "Add Course Content"
method: POST
path: "/custom-course/{course_id}/content"
tags: ["Custom Course"]
---

# Add Course Content

`POST /custom-course/{course_id}/content`

## Path parameters

- `course_id` string, required

## Request body

- CourseContentCreate
  - `content` string, required
  - `content_type` string
  - `latex_content` string

## Response `200`

Successful Response

- RoutersCustomCoursesCustomCourseResponse
  - `id` string, required
  - `title` string, required
  - `content` RoutersCustomCoursesCustomCourseContent[], required
    - `content` string, required
    - `latex_content` string, required
    - `content_type` string, required
    - `order` integer, required
    - `created_at` string, date-time

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-09** `a5af9b3b34f7` — 1 info
  - the `created_at` response's property default value changed from `2026-09-08T11:59:32.631394` to `2026-09-09T16:24:49.005804` for the status `200`
- **2026-09-09** `e75413b9576a` — 1 info
  - the `created_at` response's property default value changed from `2026-09-07T11:14:03.955631` to `2026-09-08T11:59:32.631394` for the status `200`
- **2026-09-07** `0ccba2913cca` — 1 info
  - the `created_at` response's property default value changed from `2026-09-06T16:19:57.425814` to `2026-09-07T11:14:03.955631` for the status `200`
- **2026-09-06** `a8edb782d4d6` — 1 info
  - the `created_at` response's property default value changed from `2026-09-05T11:58:02.126276` to `2026-09-06T16:19:57.425814` for the status `200`
- **2026-09-05** `6608cf59dfaf` — 1 info
  - the `created_at` response's property default value changed from `2026-09-04T14:20:24.643373` to `2026-09-05T11:58:02.126276` for the status `200`

[Full history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/custom-course/:course_id/content/post.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/a5af9b3b34f7?raw)
