Skip to main content
PATCH
/
accounts
/
self
/
ai
/
settings
Update fax AI settings
curl --request PATCH \
  --url https://restapi.fax.plus/v3/accounts/self/ai/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "enabled": true
}

Documentation Index

Fetch the complete documentation index at: https://apidoc.fax.plus/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 Authorization Grant

Body

application/json

Partial update for fax AI settings

enabled
boolean

Whether fax AI features are enabled for this organization

auto_trigger_ocr
enum<string>

Auto-trigger mode for OCR processing

Available options:
manual,
received,
sent,
all
auto_trigger_field_extraction
enum<string>

Auto-trigger mode for field extraction processing

Available options:
manual,
received,
sent,
all

Response

Updated fax AI settings

Fax AI auto-trigger settings for the organization

enabled
boolean

Whether fax AI features are enabled for this organization

auto_trigger_ocr
enum<string>

Auto-trigger mode for OCR processing

Available options:
manual,
received,
sent,
all
auto_trigger_field_extraction
enum<string>

Auto-trigger mode for field extraction processing

Available options:
manual,
received,
sent,
all