---
title: "Continue Custom Course Conversation"
method: POST
path: "/demo-custom-course/{course_id}/conversation"
tags: ["Demo Custom Course"]
---

# Continue Custom Course Conversation

`POST /demo-custom-course/{course_id}/conversation`

Append user's message to ephemeral conversation_history.

## Path parameters

- `course_id` string, required

## Query parameters

- `session_id` string, required

## Request body

- RoutersDemoCustomCourseConversationRequest
  - `text` string, required — Your question or answer attempt...
  - `type` 'text' | 'image_url' | 'image_description', required — The type of message to send

## Response `200`

Successful Response

- RoutersDemoCustomCourseBasicResponse
  - `status` string, required
  - `message` string, required
  - `transcript` string, nullable
  - `url` string, nullable

## 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/d367d251945b?raw)
