---
title: "Create feedback for a pod"
method: POST
path: "/pods/{pod_id}/feedback"
tags: ["Support API Key Authentication", "Support API Key Authentication"]
---

# Create feedback for a pod

`POST /pods/{pod_id}/feedback`

Create feedback for a specific pod

## Path parameters

- `pod_id` string, uuid, required

## Request body

- FeedbackRequest
  - `feedback_text` string, required — User feedback content
  - `rating` integer, nullable — Rating from 1-5
  - `reason` string, nullable — Reason for feedback

## Response `201`

Successful Response

- FeedbackResponse
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `executor_id` string, uuid, nullable, required
  - `feedback_text` string, required
  - `rating` integer, nullable, required
  - `reason` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/084c90a2d8cb/schema)
