---
title: "Create feedback definition"
method: POST
path: "/v1/private/feedback-definitions"
tags: ["Feedback-definitions"]
---

# Create feedback definition

`POST /v1/private/feedback-definitions`

Get feedback definition

## Request body

- FeedbackCreate
  - `id` string, uuid
  - `name` string, required
  - `description` string — Optional description for the feedback definition
  - `type` 'numerical' | 'categorical' | 'boolean', required

## Response `201`

Created

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
