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.
Base URL
All API requests use the following base URL:Authentication
Include your API key as a Bearer token in theAuthorization header:
fx_test_, live keys with fx_live_. The registration endpoints (POST /account/register and POST /account/register/verify) do not require authentication.
Request Format
- JSON for request bodies (
Content-Type: application/json) - Multipart for file uploads (
Content-Type: multipart/form-data)
Response Format
All responses return JSON. Successful responses return the resource directly. Error responses follow a consistent structure:Idempotency
POST /fax accepts an optional idempotency_key form field. Duplicate requests with the same key return the original response without re-executing. Keys expire after 24 hours. See the Idempotency guide for details.
Rate Limits
Rate limits are applied per API key. Current limits are returned in response headers:X-RateLimit-Limit- requests per minuteX-RateLimit-Remaining- requests remaining in current windowX-RateLimit-Reset- seconds until the window resets
Pagination
List endpoints return paginated results with 20 items per page. Use thepage query parameter to navigate: