---
title: "Update Vxt Settings"
method: PATCH
path: "/vxt/settings"
tags: ["VXT"]
---

# Update Vxt Settings

`PATCH /vxt/settings`

Update VXT runtime settings (developer only).

## Request body

- VXTSettingsUpdateRequest — Update VXT runtime settings (developer only).
  - `transcript_source` string, nullable — 'vxt' or 'assemblyai'

## Response `200`

Successful Response

- VXTSettingsResponse — Customer-scoped VXT runtime settings (developer only).
  - `transcript_source` string, required — 'vxt' to use VXT's transcript, 'assemblyai' to run our own pipeline

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