Skip to main content
POST
Submit feedback for a generation

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Body

application/json

Structured feedback about a specific generation

category
enum<string>
required

The category of feedback being reported

Available options:
latency,
incoherence,
incorrect_response,
formatting,
billing,
api_error,
other
Example:

"incorrect_response"

generation_id
string
required

The generation to submit feedback on

Minimum string length: 1
Example:

"gen-3bhGkxlo4XFrqiabUM7NDtwDzWwG"

comment
string

An optional free-text comment describing the feedback

Maximum string length: 1000
Example:

"The model repeated the same paragraph three times."

Response

Feedback recorded successfully

Confirmation that the feedback was recorded

data
object
required