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

# Submit user feedback

`POST /api/feedback`

Submit feedback about the ComfyUI service

## Request body

- FeedbackRequest — Request to submit user feedback
  - `content` string — The feedback content or message
  - `metadata` object — Additional metadata about the feedback
  - `rating` integer — User's rating of ComfyUI Cloud experience (1-5 stars)
  - `type` 'missing_nodes' | 'general' | 'missing_models', required — Type of feedback being submitted

## Response `201`

Feedback submitted successfully

- FeedbackResponse — Response after submitting feedback

## Other responses

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

## Changes

> 38 revisions in range; 14 could not be searched.

- **2026-06-03** `8560879e6188` — 3 breaking, 4 warning, 10 info
  - the request property `type` became required
  - removed the required property `error` from the response with the `400` status
  - removed the required property `error` from the response with the `401` status
  - removed the request property `category`
  - …13 more
- **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

[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/da017caf56f1/schema)
