---
title: "Get fax OCR result"
method: GET
path: "/accounts/{user_id}/faxes/{fax_id}/ai/ocr"
tags: ["Fax AI"]
---

# Get fax OCR result

`GET /accounts/{user_id}/faxes/{fax_id}/ai/ocr`

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**)

## Path parameters

- `user_id` string, required
- `fax_id` string, required

## Response `200`

Response containing OCR processing status and result

- FaxAiOcr — OCR processing result for a fax
  - `status` 'not_requested' | 'pending' | 'finished' | 'failed' | 'content_filtering_policy', required — OCR processing status
  - `data` string, nullable — Extracted text content. Null when status is not finished

## Other responses

- `400` — Error object in case there's a problem with given data
- `401` — Error object in case there's a problem with the authorization
- `404` — Requested resource was not found
- `500` — Error object in case there's a server error

---

[API](https://skmtc.net/fax/apis/fax-plus-rest-api.md) · [All operations](https://skmtc.net/fax/apis/fax-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fax/fax-plus-rest-api/revisions/c1afc85d2c15/schema)
