v1
latestOpenAPI 3.0.12026-07-266184114.0 KBFax AI
Update extracted fields
Update the extracted field data with user corrections. Only allowed when field extraction status is finished. (Permitted scopes: fax:all:edit, fax:ai:edit)
patch/accounts/{user_id}/faxes/{fax_id}/ai/field-extraction
Path parameters
user_idstring required
User ID. Use 'self' for your own account, or provide a specific user ID for corporate member accounts.
fax_idstring required
The unique identifier of the fax
Request body
Example request
{
"data": {
"sender_name": "Jane Doe",
"sender_company": "Acme Corporation",
"date": "2026-01-15"
}
}Response
Response containing field extraction status and result
Example response
{
"status": "finished",
"data": {
"sender_name": "John Doe",
"sender_company": "Acme Corp",
"date": "2026-01-15",
"reference_number": "INV-2026-001"
}
}