---
title: "Submit feedback for a video call"
method: POST
path: "/api/call-feedback"
tags: ["call-feedback"]
---

# Submit feedback for a video call

`POST /api/call-feedback`

Store a participant's rating for the call they joined. Works for both appointment calls and group meeting rooms; the LiveKit join token identifies the room and the participant, so no separate login is required.

## Request body

- SubmitCallFeedbackRequest — A participant's rating of the call they joined, authenticated by their LiveKit token.
  - `token` string, required — The LiveKit join token the participant used for the call
  - `rating` integer, required — Overall call rating, 1 to 5
  - `comment` string, nullable — Optional free-text comment

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
