---
title: "Send Stored Fax"
method: POST
path: "/v1/fax/{faxId}/send"
tags: ["Fax Services"]
---

# Send Stored Fax

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

Send a previously received/stored fax document to a specified number.

## Path parameters

- `faxId` string, required

## Request body

- object
  - `to` string, required — Recipient fax number (E.164 format preferred)
  - `from` string — Sender fax number (optional, uses default if not provided)
  - `subject` string — Subject line for the fax

## Response `200`

Default Response

- object
  - `id` string, required — Unique fax identifier
  - `status` 'queued' | 'dialing' | 'sending' | 'delivered' | 'failed' | 'cancelled' | 'retrying', required — Current fax status
  - `provider` string, required — Provider used to send the fax
  - `to` string, required — Recipient fax number
  - `from` string, required — Sender fax number
  - `createdAt` string, required — ISO timestamp when fax was created
  - `estimatedDelivery` string — Estimated delivery time (ISO timestamp)

## Other responses

- `400` — Default Response
- `403` — Default Response
- `404` — 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/e6e553c2594a/schema)
