---
title: "Submit user feedback"
method: POST
path: "/api/feedback"
tags: ["user"]
---

# Submit user feedback

`POST /api/feedback`

[cloud-only] Submits feedback from the user about their experience with the cloud runtime.

## Request body

- FeedbackRequest — [cloud-only] User feedback submission body.
  - `type` 'missing_nodes' | 'general' | 'missing_models' — Feedback category
  - `category` string — Additional category metadata
  - `message` string, required — User-provided feedback message

## Response `201`

Feedback submitted

- object
  - `id` string
  - `status` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-23** `8eec9009e003` — 2 warning, 2 info
  - removed the request property `context`
  - removed the request property `rating`
  - added the new optional request property `category`
  - added the new optional request property `type`
- **2026-05-22** `09a5075587c8` — 1 info
  - added the non-success response with the status `500`
- **2026-05-22** `495cc1244e22` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `201`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added
- **2026-04-24** `a66055fa384e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/feedback/post.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/8eec9009e003/schema)
