34 API products. 455+ trained forms. One API key. Embed tax intelligence into any workflow — your practice management tool, client portal, or custom app.
100 free API calls/month · No credit card required · SDKs in Python, Node.js, cURL
34
API Products
107
Endpoints
455+
Trained Forms
51
Jurisdictions
One API key. Three lines of code. That's it.
Sign up free and generate your API key from the dashboard.
Send a document to any endpoint. Get structured JSON back.
Integrate the response into your workflow. Done.
import requests result = requests.post( "https://taxara.ai/api/v1/documents/classify", headers={"Authorization": "Bearer txr_YOUR_API_KEY"}, json={"fileContent": "<base64_encoded_document>"}) ).json() print(f"Document: {result['classification']['documentType']}") print(f"Confidence: {result['classification']['confidence']}")
Every tax intelligence capability exposed as a simple REST endpoint. JSON in, JSON out.
3 endpoints
Classify, extract, and process tax documents with AI vision
/api/v1/documents/classify/api/v1/documents/process/api/v1/documents/schemas2 endpoints
4-phase AI pipeline for IRS & state notice processing
/api/v1/notices/intelligence/api/v1/notices/intelligence2 endpoints
23 deterministic rules + AI review for 1040 return quality
/api/v1/compliance/check/api/v1/compliance/rules3 endpoints
Financial health scoring, cash flow forecasting, opportunity detection
/api/v1/advisory/analyze/api/v1/advisory/forecast/api/v1/advisory/opportunities2 endpoints
AI transaction categorization and anomaly detection
/api/v1/bookkeeping/categorize/api/v1/bookkeeping/anomalies1 endpoint
Tax regulatory change monitoring and client impact analysis
/api/v1/regulatory/scan2 endpoints
AI-powered escalation prediction for CPA client communications
/api/v1/escalation/api/v1/escalation2 endpoints
Cross-return validation for Form 6765, 1120, 1120-S
/api/v1/credits/r-and-d/api/v1/credits/r-and-d8 endpoints
Full lifecycle management — DRAFT to REALIZED with state machine
/api/v1/credits/studies/api/v1/credits/studies/api/v1/credits/studies/:id/api/v1/credits/studies/:id/api/v1/credits/studies/:id/status/api/v1/credits/studies/:id/status/api/v1/credits/studies/:id/projects/api/v1/credits/studies/:id/projects/:projectId1 endpoint
IRC §41 four-part test — automated eligibility determination
/api/v1/credits/studies/:id/qualification2 endpoints
Regular + ASC dual-method credit computation with §174 impact
/api/v1/credits/studies/:id/calculation/api/v1/credits/studies/:id/calculation2 endpoints
NAICS-based credit estimation with 0-100 scoring and batch scanning
/api/v1/credits/screening/api/v1/credits/screening4 endpoints
Upload, classify, extract, and cross-validate supporting documents
/api/v1/credits/studies/:id/documents/api/v1/credits/studies/:id/documents/api/v1/credits/studies/:id/documents/:docId/api/v1/credits/studies/:id/validate1 endpoint
Citation-backed answers from IRC, IRS pubs, and state authorities
/api/v1/tax-knowledge/query2 endpoints
AI-powered detection and field mapping for Drake, Lacerte, ProSeries, UltraTax
/api/v1/import/parse/api/v1/import/parse4 endpoints
Full CRUD for client records with PII encryption and webhook events
/api/v1/clients/api/v1/clients/api/v1/clients/:id/api/v1/clients/:id2 endpoints
Query and manage tax deadlines with status filtering and overdue detection
/api/v1/deadlines/api/v1/deadlines/:id4 endpoints
Manage tax engagements end-to-end with assignment and progress tracking
/api/v1/engagements/api/v1/engagements/api/v1/engagements/:id/api/v1/engagements/:id3 endpoints
List, detail, and update notice status via the v1 API with webhook dispatches
/api/v1/notices/api/v1/notices/:id/api/v1/notices/:id/status2 endpoints
AI-drafted professional response letters for tax notices
/api/v1/notices/:id/response-letter/api/v1/notices/:id/response-letter1 endpoint
AI risk scoring with actionable recommendations per notice
/api/v1/notices/:id/risk-analysis2 endpoints
Deterministic payroll tax calculations across 50 states + federal + Canada
/api/v1/tax-engine/calculate/api/v1/tax-engine/rates1 endpoint
Compare what-if tax scenarios across filing statuses, states, and income levels
/api/v1/tax-engine/scenario1 endpoint
Verify IRS/state notice amounts against engine-computed taxes
/api/v1/tax-engine/validate-notice4 endpoints
Full CRUD for billable time entries across your firm
/api/v1/time-tracking/api/v1/time-tracking/api/v1/time-tracking/:id/api/v1/time-tracking/:id5 endpoints
Package-based automated notice resolution with full observability
/api/v1/auto-solve-packages/api/v1/auto-solve-packages/api/v1/auto-solve-packages/:id/disqualifiers/api/v1/notices/:id/auto-solve/api/v1/notices/:id/auto-solve4 endpoints
Power of Attorney tracking and authorization gate checks
/api/v1/poa/api/v1/poa/api/v1/clients/:id/poa/api/v1/notices/:id/auth-check5 endpoints
Checklists, dedup, lineage graphs, multi-period tracking, and channel routing
/api/v1/notices/:id/checklist/api/v1/notices/:id/dedup/api/v1/notices/:id/lineage/api/v1/notices/:id/periods/api/v1/notices/:id/channel4 endpoints
Service level agreement policies, real-time tracking, and breach detection
/api/v1/sla-policies/api/v1/sla-policies/api/v1/notices/:id/sla/api/v1/sla/bulk-check4 endpoints
Template engine with 25+ built-in variables for automated communications
/api/v1/smart-templates/api/v1/smart-templates/api/v1/smart-templates/render/api/v1/smart-templates/variables5 endpoints
Large-scale incident management and automated workflow playbooks
/api/v1/incidents/api/v1/incidents/api/v1/incidents/:id/notices/api/v1/playbooks/api/v1/playbooks3 endpoints
Communication ledger for all notice correspondence and zero-hop intake
/api/v1/notices/:id/correspondence/api/v1/notices/:id/correspondence/api/v1/intake6 endpoints
Webhooks, taxonomy, routing, PII protection, integrity rules, and semantic search
/api/v1/webhooks/subscribe/api/v1/taxonomy/api/v1/routing/api/v1/pii/alias/api/v1/search/semantic/api/v1/synthesis10 endpoints
Multi-year tax projection engine with scenario modeling and threshold alerts
/api/v1/tax-planning/plans/api/v1/tax-planning/plans/api/v1/tax-planning/plans/:id/positions/api/v1/tax-planning/compute/api/v1/tax-planning/compare/api/v1/tax-planning/strategies/api/v1/tax-planning/legislative/api/v1/tax-planning/engagements/api/v1/tax-planning/entity-groups/api/v1/tax-planning/planning-yearsDrop a real tax notice and watch the Notice Intelligence API classify it, extract every field, and validate the results — all in under 30 seconds. PII is automatically redacted.
One POST request classifies, extracts, and validates. No multi-step orchestration needed.
The deepest form coverage in the market. IRS, SSA, and all 50 states with agency-level granularity.
AES-256 PII encryption, RBAC, full audit trail, rate limiting. Built for regulated industries.
Not just extraction — compliance checks, advisory analysis, bookkeeping AI, and regulatory alerts.
Real-time API usage tracking, cost monitoring, and performance analytics in your dashboard.
RESTful JSON APIs, Bearer token auth, comprehensive error codes, cURL/Python/Node examples.
Start free. Scale as you grow. Every plan includes all 34 API products.
Explore the APIs. No credit card.
For teams integrating Taxara into production.
Custom volume, dedicated support, on-prem options.
Get your free API key in 30 seconds. 100 calls/month included — no credit card, no strings.
100 free API calls/month · All 9 products included