Send a Fax
Submit a fax for delivery. The file is staged and the fax is queued for processing. A credit hold is placed on submission and captured on delivery or released on failure.
Documentation Index
Fetch the complete documentation index at: https://mintfax.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key as Bearer token. Use an account key (mfx_acct_...) for
/account/* endpoints, and an environment key (mfx_test_... for
sandbox, mfx_live_... for live) for /environment/*, /faxes,
/webhooks, and /events.
Headers
Client-generated key for idempotent submission (recommended). Duplicate keys return the original response without re-processing. Keys expire after 24 hours.
Body
^\+[1-9]\d{1,14}$1024020481 <= x <= 520letter, legal, a4, b4 standard, fine text, photo 10255Response
FaxSubmissionResource
Unique fax identifier (fax_-prefixed).
"fax_8aZqRm4yT3vK7pNxJ2bH9c"
Initial fax status.
queued, submitted, in_progress, delivered, failed "queued"
Destination fax number in E.164 format.
"+12125551234"
Echo of caller-supplied metadata. Empty serializes as {}.
UTC timestamp when the fax record was created.
Original fax identifier when this submission is a resend; only present on resends.
"fax_8aZqRm4yT3vK7pNxJ2bH9c"