Auth Modes
- `Authorization: Bearer txr_...`
- `X-API-Key: txr_...`
Build on Taxara APIs with stable contracts, tested auth flows, and integration tooling.
The machine-readable contract is generated from shared route schemas and served live.
curl -X POST https://api.taxara.com/api/v1/tax/research \
-H "Authorization: Bearer txr_your_key" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: req_123" \
-d '{"query":"What is IRC Section 179 limit for 2025?"}'All errors return one shape with `error.code`, `error.message`, and `meta.request_id` / `meta.correlation_id`.