---
title: "Process Fax"
method: POST
path: "/v1/fax/{faxId}/process"
tags: ["Fax Management"]
---

# Process Fax

`POST /v1/fax/{faxId}/process`

Trigger processing of a parsed fax.

## Path parameters

- `faxId` string, required

## Response `200`

Default Response

- object
  - `success` boolean, required
  - `message` string, required
  - `results` object
    - `splitsProcessed` integer
    - `resultsUploaded` integer
    - `hl7Forwarded` integer
    - `errors` string[]

## Other responses

- `401` — Default Response
- `404` — Default Response
- `409` — Default Response
- `500` — Default Response

---

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