---
title: "Send Feedback"
method: POST
path: "/v2/feedback"
tags: ["Feedback"]
---

# Send Feedback

`POST /v2/feedback`

Send feedback to Affinity about a particular product area or feature.

## Request body

- FeedbackRequest — Request body for sending feedback
  - `type` 'mcp' | 'api' | 'other', required — The type of feedback being submitted
  - `subject` string, required — Subject of the feedback
  - `body` string, required — The details of the feedback, please be thorough and include examples of what you're trying to accomplish and how the product could be improved to support it.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `default` — Errors

---

[API](https://skmtc.net/affinity/apis/affinity-api-v2.md) · [All operations](https://skmtc.net/affinity/apis/affinity-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinity/affinity-api-v2/revisions/4c2891c31b7f/schema)
