---
title: "Regrade Interview Transcript"
method: POST
path: "/api/v1/deepgram/interview/regrade/{test_id}"
tags: ["Deepgram Voice"]
---

# Regrade Interview Transcript

`POST /api/v1/deepgram/interview/regrade/{test_id}`

Re-run grading against the persisted transcript. Allowed when the last
grading attempt errored — the transcript is already in the DB so we don't
need the client to resubmit it.

## Path parameters

- `test_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
