mintfax

SDKs & client libraries | mintfax

SDKs & client libraries

mintfax is a REST/JSON API with an OpenAPI 3.1 spec. There are no official mintfax SDK packages today. You call the API directly over HTTP from any language. The spec is the contract, and every HTTP client works.

Current integration paths

LanguageHow to call the APIReference
Node.jsNative fetch (no npm package)Node.js quickstart
Any other languageAny HTTP client, REST directlyQuickstart (curl)

The Node.js quickstart uses node:crypto for webhook verification and native fetch for all API calls. There is no npm install mintfax step.

Generate a client from the spec

The mintfax OpenAPI 3.1 spec ships with the API. If you want a typed client stub in a language we do not have a quickstart for, run any OpenAPI-conformant generator against the spec. The spec is the authoritative description of every endpoint, parameter, and response shape.

Get started

Also useful

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