---
title: "Post Greeting"
method: POST
path: "/assessment/greeting"
tags: ["assessment"]
---

# Post Greeting

`POST /assessment/greeting`

Record the learner's spoken reply to ChaCha's 'How are you?' opener.

Voice mode only. The transcript is stored as a production with kind=
'greeting' so it feeds the productive-CEFR grader (alongside chat_turn
and produce_short responses) at score time. Tiny replies like 'good' do
bias the grader downward, but that's accurate signal — a learner whose
only voluntary production is 'good' really is performing at A1.

## Headers

- `authorization` string, nullable

## Request body

- GreetingBody
  - `assessment_id` string, required
  - `redis_session_id` string, required — from /start
  - `response_text` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
