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

# Get fax AI settings

`GET /accounts/self/ai/settings`

Get fax AI auto-trigger settings for the organization. (Permitted scopes: **fax:all:read**, **fax:ai_settings:read**)

## Response `200`

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

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