---
title: "Placement Rating"
method: POST
path: "/api/onboarding/getting-started/placement-rating"
tags: ["onboarding", "onboarding"]
---

# Placement Rating

`POST /api/onboarding/getting-started/placement-rating`

Record the user's feedback on ChaCha's placement estimate.

Body: {rating: 'about_right' | 'too_high' | 'too_low'}

Stored in profile_data.chacha_placement_rating so we can later audit
how often the placement signal lands vs gets corrected. Stamps a
timestamp + the CEFR + source so the data is interpretable later.

## Headers

- `authorization` string, nullable

## Request body

- object

## Response `200`

Successful Response

- object

## 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)
