---
title: "Generate boost list from transcript"
method: POST
path: "/voice/boost-list/generate"
tags: ["Voice"]
---

# Generate boost list from transcript

`POST /voice/boost-list/generate`

Generates a categorized word boost list from a completed transcription job. Extracts entities from the pass-1 transcript for use as `word_boost` in a second transcription pass.

## Request body

- object
  - `transcription_job_id` string, required — Completed pass-1 transcription job ID (tr_...)
  - `categories` string[] — Optional filter for entity categories to extract

## Response `200`

Boost list generated successfully

- object
  - `items` object[]
    - `word` string
    - `category` string
    - `boost_param` 'low' | 'default' | 'high'
  - `source` 'transcript'
  - `source_ids` string[]

## Other responses

- `400` — Bad request or job not completed
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Transcription job not found

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
