---
title: "Submit Feedback"
method: POST
path: "/v1/feedback"
tags: ["User"]
---

# Submit Feedback

`POST /v1/feedback`

## Request body

- FeedbackCreate
  - `request_id` string, uuid, required — ID of the request/session this feedback is for
  - `rating` integer, required
  - `feedback_text` string, nullable

## Response `200`

Successful Response

- FeedbackResponse
  - `feedback_id` string, uuid, required
  - `request_id` string, uuid, required
  - `message` string
  - `feedback_timestamp` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/scrapegraphai/apis/fastapi.md) · [All operations](https://skmtc.dev/scrapegraphai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapegraphai/fastapi/revisions/7583b63abb6e/schema)
