v124

OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-01957351.2 MB
Generations

Submit feedback for a generation

Submit structured feedback on a generation the authenticated user made. Management key required.

post/generation/feedback

Request body

category'latency' | 'incoherence' | 'incorrect_response' | 'formatting' | 'billing' | 'api_error' | 'other' required

The category of feedback being reported

commentstring

An optional free-text comment describing the feedback

generation_idstring required

The generation to submit feedback on

Example request

{
  "category": "incorrect_response",
  "comment": "The model repeated the same paragraph three times.",
  "generation_id": "gen-3bhGkxlo4XFrqiabUM7NDtwDzWwG"
}

Response

Feedback recorded successfully

Example response

{
  "data": {
    "success": true
  }
}