---
title: "Send Practice Message"
method: POST
path: "/exercise-practice/{exercise_id}/chat"
tags: ["exercise_practice"]
---

# Send Practice Message

`POST /exercise-practice/{exercise_id}/chat`

Appends a user message to conversation_history for (user, exercise_id).

## Path parameters

- `exercise_id` string, required

## Request body

- RoutersExercisePracticeChatRequest
  - `message` string, required
  - `type` 'text' | 'image_url' | 'image_description', required

## Response `200`

Successful Response

- RoutersExercisePracticeBasicResponse
  - `status` string, required
  - `message` string, required
  - `data` object, nullable
  - `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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
