---
title: "Create Or Update Human Evaluation"
method: PUT
path: "/v1/metrics-lab/lab/{lab_id}/human-evaluation"
tags: ["Metrics Lab"]
---

# Create Or Update Human Evaluation

`PUT /v1/metrics-lab/lab/{lab_id}/human-evaluation`

Create or update a human evaluation for a lab metric result.

## Path parameters

- `lab_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Request body

- CreateOrUpdateHumanEvaluationRequest — Request model for creating or updating a human evaluation
  - `custom_metric_id` string, required — Custom metric ID (UUID as string)
  - `call_id` string, nullable — Call ID (UUID as string)
  - `test_result_id` integer, nullable — Test result ID
  - `human_response_value` string, required — Human evaluation response value
  - `human_reasoning` string, nullable — Human evaluator's reasoning for the score

## Response `200`

Successful Response

- HumanEvaluationResponse — Response model for human evaluation operations
  - `success` boolean, required — Whether the operation was successful
  - `message` string, required — Response message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
