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

# Insert Course Content

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

## Path parameters

- `course_id` string, required

## Request body

- CourseContentInsert
  - `content` string, required
  - `content_type` string, required
  - `index` integer, required

## 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-15** `2a0c1636fd3b` — 1 info
  - the `created_at` response's property default value changed from `2026-09-14T11:03:49.328011` to `2026-09-15T09:21:00.389032` for the status `200`
- **2026-09-14** `0a41d91c9d20` — 1 info
  - the `created_at` response's property default value changed from `2026-09-10T15:01:48.615527` to `2026-09-14T11:03:49.328011` for the status `200`
- **2026-09-10** `da2adc76dec3` — 1 info
  - the `created_at` response's property default value changed from `2026-09-09T16:24:49.005804` to `2026-09-10T15:01:48.615527` for the status `200`
- **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`

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