---
title: "Record product feedback"
method: POST
path: "/feedback"
tags: ["Feedback"]
---

# Record product feedback

`POST /feedback`

Records product feedback from the authenticated user, optionally linked to a workspace, project, run, and attempted tools. Mutating public API requests support an optional Idempotency-Key header for client retries; duplicate keys within two hours return idempotency_duplicate.

## Request body

- object
  - `kind` 'feature_request' | 'bug' | 'technique_request' | 'missing_capability', required — Feedback kind
  - `summary` string, required — Short summary
  - `detail` string, required — Detailed description
  - `attempted_tools` string[] — Tools or capabilities attempted before submitting feedback
  - `workspace_id` string — Workspace identifier
  - `project_id` string — Project identifier
  - `run_id` string — Run identifier

## Response `201`

Feedback recorded.

- object
  - `feedback_id` string, required — Feedback identifier
  - `received_at` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `402` — 402
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/florafauna-ai/apis/flora-ai-api.md) · [All operations](https://skmtc.net/florafauna-ai/apis/flora-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/florafauna-ai/flora-ai-api/revisions/2f4a714f8ce9/schema)
