v1
latestOpenAPI 3.0.12026-07-266184114.0 KBFax AI
Get fax OCR result
Get the OCR processing status and extracted text for a fax. Returns status and text data when processing is finished. (Permitted scopes: fax:all:read, fax:ai:read)
get/accounts/{user_id}/faxes/{fax_id}/ai/ocr
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
Response
Response containing OCR processing status and result
Example response
{
"status": "finished",
"data": "Dear John,\nPlease find attached the signed contract..."
}