---
title: "Update fax AI settings"
method: PATCH
path: "/accounts/self/ai/settings"
tags: ["Fax AI"]
---

# Update fax AI settings

`PATCH /accounts/self/ai/settings`

Update fax AI auto-trigger settings. Admin-only. Supports partial updates. (Permitted scopes: **fax:all:edit**, **fax:ai_settings:edit**)

## Request body

- FaxAiSettingsUpdate — Partial update for fax AI settings
  - `enabled` boolean — Whether fax AI features are enabled for this organization
  - `auto_trigger_ocr` 'manual' | 'received' | 'sent' | 'all' — Auto-trigger mode for OCR processing
  - `auto_trigger_field_extraction` 'manual' | 'received' | 'sent' | 'all' — Auto-trigger mode for field extraction processing

## Response `200`

Updated fax AI settings

- FaxAiSettings — Fax AI auto-trigger settings for the organization
  - `enabled` boolean — Whether fax AI features are enabled for this organization
  - `auto_trigger_ocr` 'manual' | 'received' | 'sent' | 'all' — Auto-trigger mode for OCR processing
  - `auto_trigger_field_extraction` 'manual' | 'received' | 'sent' | 'all' — Auto-trigger mode for field extraction processing

## Other responses

- `400` — Error object in case there's a problem with given data
- `401` — Error object in case there's a problem with the authorization
- `500` — Error object in case there's a server error

---

[API](https://skmtc.net/fax/apis/fax-plus-rest-api.md) · [All operations](https://skmtc.net/fax/apis/fax-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fax/fax-plus-rest-api/versions/c1afc85d2c15/schema)
