FAX API

The fax API
developers actually like.

Outbound fax for SaaS. Self-serve from your first request.

POST /v1/faxes
# send a fax. multipart. idempotent. signed webhooks.
curl "https://api.mintfax.com/v1/faxes" \
  -X POST \
  -H "Authorization: Bearer mfx_live_..." \
  -H "Idempotency-Key: $(uuidgen)" \
  -F "to=+15005550001" \
  -F "[email protected]" \
  -F "webhook_url=https://app.example.com/webhooks/fax" \
  -F "tags[patient_id]=p_19a8c"
INCLUDED

Three commitments.

Zero-friction onboarding.

Sandbox open with a real API. First fax in an afternoon. No sales calls, no procurement.

Built for coding agents.

OpenAPI 3.1 spec. llms.txt at the service root. Structured errors with cause and next action. Deterministic sandbox with magic test numbers. Every step from spec to delivered fax runs from the API.

Compliance, built in.

Encryption at rest and in transit. Exportable audit log with a hash chain. Configurable retention. Zero-footprint mode: PHI deleted after delivery.

START HERE

Send your first sandbox fax in 60 seconds.

Point your coding agent at the OpenAPI spec. Sandbox open with a real API. Magic test numbers for every failure mode. No credit card.

FIRST FAX60s
SPECOpenAPI 3.1
SANDBOXFree
WEBHOOKSSigned
ERRORSDocumented