Skip to main content
POST
/
test_framework
/
metric-reviews
/
process_feedbacks
cURL
curl --request POST \
  --url https://api.cekura.ai/test_framework/metric-reviews/process_feedbacks/ \
  --header 'Content-Type: application/json' \
  --header 'X-CEKURA-API-KEY: <api-key>' \
  --data '
{
  "metric_id": 123,
  "test_set_ids": [
    123
  ],
  "metric_type": "basic"
}
'

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Body

metric_id
integer
required

ID of the metric to process feedbacks for

test_set_ids
integer[]
required

List of test set IDs to process feedbacks from

Minimum array length: 1
metric_type
enum<string>

Optional metric type

  • basic - Basic (Deprecated in favor of LLM Judge)
  • custom_prompt - Custom Prompt ( Deprecated in favor of LLM Judge)
  • custom_code - Custom Code
  • llm_judge - LLM Judge
Available options:
basic,
custom_prompt,
custom_code,
llm_judge

Response

200

Returns progress_id for tracking progress