Skip to main content
GET
/
accounts
/
self
/
ai
/
settings
Get fax AI settings
curl --request GET \
  --url https://restapi.fax.plus/v3/accounts/self/ai/settings \
  --header 'Authorization: Bearer <token>'
{
  "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

Response

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