FAX API

The fax API
developers actually like.

Automatic retries, signed webhooks, and a BAA you can sign in the dashboard are included at every price level.

POST /v1/faxes
# Send a document and receive delivery updates.
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

Getting started

Test before you pay

Register for the free sandbox and test your integration. You do not need a credit card or a sales call.

Use your preferred language

Call the REST API with an HTTP client. The documentation and OpenAPI specification describe the requests and responses.

Control stored content

Choose how long fax content is stored, or have it deleted immediately after delivery or failure.

START HERE

Try sending a fax in the sandbox.

Test the API with simulated deliveries before sending real faxes. The sandbox is free and does not require a credit card.

SANDBOXFree
SPECOpenAPI 3.1
CREDIT CARDNot required
WEBHOOKSSigned
ERRORSDocumented