---
title: "Generate Translated Transcript"
method: POST
path: "/v1/generate-translated-transcript/{test_result_id}"
---

# Generate Translated Transcript

`POST /v1/generate-translated-transcript/{test_result_id}`

Generate a translated transcript for a given audio file.

Args:
    test_result_id: the ID of the test result to generate a translated transcript for.

Returns:
    a dictionary with the status, message, and translated transcript url.

## Path parameters

- `test_result_id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- unknown

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