---
title: "Submits feedback about our services."
method: POST
path: "/feedback"
tags: ["Feedback"]
---

# Submits feedback about our services.

`POST /feedback`

## Request body

- SubmitFeedbackEndpointInput
  - `feedback` string, required — The feedback text.
  - `email` string, nullable — The email of the user submitting the feedback.
  - `token` string, nullable — The recaptcha token, required when the caller is not authenticated.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/versions/e42ec51c7b88/schema)
