v1

latestOpenAPI 3.0.12026-07-266184114.0 KB
Fax AI

List AI custom field definitions

Get all custom field definitions for AI field extraction. (Permitted scopes: fax:all:read, fax:ai_settings:read)

get/accounts/self/ai/custom-fields

Response

Response containing a list of custom field definitions

Example response

{
  "records": [
    {
      "id": "507f1f77bcf86cd799439011",
      "name": "Invoice Number",
      "instructions": "Extract the invoice or reference number from the document",
      "enabled": true
    }
  ]
}