---
title: "Update Matter Extraction Settings"
method: POST
path: "/developer/transcript-filing/matter-extraction/settings"
tags: ["Developer", "Developer - Transcript Filing"]
---

# Update Matter Extraction Settings

`POST /developer/transcript-filing/matter-extraction/settings`

Toggle content extraction (reading matter files' contents to build
profiles). Enable only after a sample run validates quality and cost.

## Request body

- MatterExtractionSettingsRequest
  - `content_extraction_enabled` boolean, required

## Response `200`

Successful Response

- DriveCaseMatchingSyncStatus — Status of the Drive matter + Google contacts mirrors (developer panel).
  - `matter_folder_depth` integer
  - `matter_root_folder_id` string, nullable
  - `content_extraction_enabled` boolean
  - `extraction_status` string
  - `extraction_last_run_at` string, date-time, nullable
  - `extraction_last_error_msg` string, nullable
  - `profiled_matter_count` integer
  - `matters_status` string
  - `matters_last_synced_at` string, date-time, nullable
  - `matters_last_error_msg` string, nullable
  - `active_matter_count` integer
  - `untagged_matter_count` integer
  - `contacts_status` string
  - `contacts_last_synced_at` string, date-time, nullable
  - `contacts_last_error_msg` string, nullable
  - `active_contact_count` integer

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