---
title: "Submit Feedback"
method: POST
path: "/feedback"
---

# Submit Feedback

`POST /feedback`

Store user feedback about AI responses.

## Request body

- FeedbackRequest
  - `user_question` string, required
  - `assistant_response` string, required
  - `is_helpful` boolean, required
  - `feedback_notes` string, nullable
  - `source` string, nullable
  - `trip_id` string, nullable

## Response `200`

Successful Response

- SimpleStatusResponse
  - `status` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-23** `ae2c9c9f8e5d` — 2 info
  - added the new optional request property `source`
  - added the new optional request property `trip_id`

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/feedback/post.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/dd78fbd6c358?raw)
