---
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

- object
  - `message` string, required — Feedback message
  - `rating` integer — Optional satisfaction rating
  - `context` object — Additional context metadata

## Response `201`

Feedback submitted

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

## Other responses

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

## Changes

- **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/c4db9e1283df/schema)
