API

Developer infrastructure for
financial automation.

The TaxMind API lets businesses sync financial data, automate reporting workflows, and build custom operational systems on top of their categorized ledger.

Authentication

Token-based, scoped, rotatable

All API requests authenticate via Bearer tokens issued from your workspace settings. Tokens are scoped per environment and can be rotated without service interruption.

Request
curl
curl https://api.taxmind.ai/v1/transactions \
  -H "Authorization: Bearer sk_live_••••••••••••••••" \
  -H "Accept: application/json"
Core endpoints

What you can build on

GET/v1/transactions
Transactions

List, filter, and paginate categorized transactions across all connected accounts.

GET/v1/accounts
Accounts

Read connected bank, card, and payment platform accounts with live balances.

POST/v1/reports
Reports

Generate accountant-ready exports in PDF, CSV, or structured JSON.

GET/v1/forecast
Forecasting

Retrieve estimated tax obligations, VAT, and projected cash flow.

GET/v1/insights
Insights

Surface AI-generated insights — anomalies, missed deductions, recurring costs.

POST/v1/webhooks
Webhooks

Subscribe to real-time events when transactions sync, reports complete, or insights fire.

Rate limits

600 requests per minute on Pro, 6,000/min on Business. Burst headers included on every response.

Latency

P95 under 180 ms for read endpoints, served from edge regions across EU and US.

Webhooks

HMAC-signed payloads with automatic retry, exponential backoff, and a 48-hour replay window.