Skip to main content
POST
/
accounts
/
{user_id}
/
faxes
/
{fax_id}
/
ai
/
field-extraction
Trigger fax field extraction
curl --request POST \
  --url https://restapi.fax.plus/v3/accounts/{user_id}/faxes/{fax_id}/ai/field-extraction \
  --header 'Authorization: Bearer <token>'
{
  "status": "finished",
  "data": {
    "sender_name": "John Doe",
    "sender_company": "Acme Corp",
    "date": "2026-01-15",
    "reference_number": "INV-2026-001"
  }
}

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

Path Parameters

user_id
string
default:self
required

User ID. Use 'self' for your own account, or provide a specific user ID for corporate member accounts.

fax_id
string
required

The unique identifier of the fax

Response

Response containing field extraction status and result

Field extraction result for a fax

status
enum<string>
required

Field extraction processing status

Available options:
not_requested,
pending,
finished,
failed,
content_filtering_policy
data
object

Extracted fields as key-value pairs. Null when status is not finished