---
title: "Update Transcript Settings"
method: PATCH
path: "/developer/transcript-settings"
tags: ["Developer", "Developer - Settings"]
---

# Update Transcript Settings

`PATCH /developer/transcript-settings`

Update the transcript settings for the current customer.

Sets the text replacement rules that are applied to all transcripts
(both realtime and finalized) as they enter the system.

## Request body

- UpdateTranscriptSettingsRequest — Request to update customer's transcript settings
  - `text_replacements` TranscriptTextReplacementRule[], required — List of text replacement rules
    - `find` string, required — Text to find in transcripts
    - `replace` string, required — Text to replace with
    - `case_sensitive` boolean — Whether the match is case-sensitive
  - `transcription_prompt` string, nullable — Contextual prompt sent to AssemblyAI describing the audio domain
  - `transcription_keyterms` string[] — Keyterms sent to AssemblyAI to boost domain-term accuracy

## Response `200`

Successful Response

- TranscriptSettingsResponse — Response with customer's transcript settings
  - `customer_id` string, uuid, required — The customer ID
  - `text_replacements` TranscriptTextReplacementRule[] — List of text replacement rules
    - `find` string, required — Text to find in transcripts
    - `replace` string, required — Text to replace with
    - `case_sensitive` boolean — Whether the match is case-sensitive
  - `transcription_prompt` string, nullable — Contextual prompt sent to AssemblyAI describing the audio domain
  - `transcription_keyterms` string[] — Keyterms sent to AssemblyAI to boost domain-term accuracy

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
