---
title: "Submit Segment Feedback"
method: POST
path: "/segments/{segment_id}/feedback"
tags: ["Shorts"]
---

# Submit Segment Feedback

`POST /segments/{segment_id}/feedback`

Submits a like or dislike feedback for a generated segment. Submitting the same feedback type again will remove it (toggle behavior).

## Path parameters

- `segment_id` string, required

## Request body

- object
  - `feedback_type` 'like' | 'dislike', required — The type of feedback.
  - `reason` string — Reason for the feedback (e.g. `bad_quality`, `wrong_segment`).
  - `reason_observation` string — Additional observation or comment about the feedback.

## Response `200`

200

- object
  - `success` boolean
  - `action` 'added' | 'removed' — `added` when feedback is submitted, `removed` when toggled off.
  - `message` string

## Other responses

- `400` — 400
- `500` — 500

---

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