Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Create feedback definition

POST/v1/private/feedback-definitionsCreate feedback definition

Get feedback definition

Request body

application/json
objectFeedback_Create
descriptionstring

Optional description for the feedback definition

maxLength 255 · minLength 0

idstring · uuid
namestringrequired

minLength 1

typestringrequired

one of "numerical", "categorical", "boolean"

Example request
{
  "description": "This feedback definition is used to rate response quality",
  "name": "string",
  "type": "boolean"
}

Responses

201Created

Headers

Location
Documentation menu