---
title: "Override Pronunciation Result"
method: PATCH
path: "/v1/evaluation/{evaluation_id}/pronunciation"
tags: ["Human Edits"]
---

# Override Pronunciation Result

`PATCH /v1/evaluation/{evaluation_id}/pronunciation`

Override the pronunciation score + reasoning on the `pronunciation` metric_results row.

404s until evals materializes a pronunciation metric_results row for the conversation.

## Path parameters

- `evaluation_id` string, required

## Headers

- `X-API-Key` string, required

## Request body

- OverridePronunciationRequest
  - `pronunciation_score` number, required — The manually overridden pronunciation score
  - `pronunciation_reasoning` string, nullable — The manually provided reasoning for the pronunciation override
  - `override_reason_code` string, required — Structured reason for the override (one of VALID_OVERRIDE_REASON_CODES)
  - `override_notes` string, nullable — Freeform notes from the reviewer

## Response `200`

Successful Response

- HumanEditResponse
  - `status` string — Status of the response
  - `message` string, nullable — Optional message providing additional information

## 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)
