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

# Get Transcript Settings

`GET /developer/transcript-settings`

Get the transcript settings for the current customer.

Returns the text replacement rules that are applied to all transcripts.

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

---

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