API — Early Access

Tax intelligence,
ready to integrate.

Access TaxSentry's IRS-grounded AI via API. Every answer cites a verified IRS source. Built for tax software, payroll platforms, and AI assistants that need accurate, auditable tax answers.

3,000+

IRS document chunks

70+

IRS publications & form instructions

74

IRC code sections

EN / ES

Bilingual responses

Simple REST API

One endpoint. One answer. Every response includes the IRS source it came from — so your users can verify, and your product stays defensible.

POST
/v1/ask

Tax Q&A — grounded answer with IRS source citations

POST
/v1/analyze

Document analysis — upload PDF/image, get findings + risks

POST
/v1/draft-letter

IRS letter drafting — penalty abatement, CP notices, installment

POST
/v1/strategy

Tax strategy analysis — multi-query parallel RAG scan

ask.js
const res = await fetch(
  'https://taxsentry.us/api/v1/ask',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_KEY',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      question: "§179 expensing limit 2025?",
      language: "en",   // or "es"
    }),
  }
)

const data = await res.json()
// {
//   answer: "The §179 limit for 2025...",
//   grounded: true,
//   sources: [
//     {
//       title: "Publication 946",
//       url: "https://irs.gov/pub/...",
//       source_type: "publication"
//     }
//   ]
// }

API Documentation

Everything you need to integrate TaxSentry.

Authentication

All requests require a Bearer token in the Authorization header.

Your API key starts with ts_live_ and is issued after checkout.

Authorization: Bearer ts_live_xxxxxxxxxxxx

Keys are hashed server-side — we never store your raw key.

Built for tax tech

Companies that deal with tax questions at scale.

🏦

Tax Software Platforms

Embed verified IRS answers directly in your workflow. Your users get cited, grounded answers without leaving your app.

⚖️

Legal & Accounting Firms

Augment your team with instant access to 3,000+ IRS document chunks — publications, IRC sections, IRBs, form instructions.

🤖

AI Assistants & Chatbots

Add tax intelligence to your existing assistant. Every answer cites its IRS source — your users always know where the answer came from.

📊

Payroll & HR Platforms

Auto-answer withholding, fringe benefit, and payroll tax questions with real-time IRS accuracy. Reduce support tickets significantly.

Transparent pricing

Pay for what you use. No seat licenses. No minimums after your first month.

Starter

$49/month

$0.049/call · $0.08/call overage

  • 1,000 API calls/month
  • Tax Q&A with IRS citations
  • Bilingual EN/ES responses
  • REST API + JSON responses
  • Community support
Get started
Most popular

Builder

$179/month

$0.036/call · $0.06/call overage

  • 5,000 API calls/month
  • Everything in Starter
  • Document analysis (PDF, images)
  • Letter drafting endpoints
  • Email support + SLA 24h
Start building

Scale

$599/month

$0.024/call · $0.04/call overage

  • 25,000 API calls/month
  • Everything in Builder
  • Strategy analysis endpoint
  • Priority routing (Pro model)
  • Dedicated support + Slack
Scale your product

Enterprise

100,000+ calls/month · Custom SLA · On-premise option · Dedicated knowledge base · Volume pricing from $0.015/call

Contact sales →

All plans include a 50-call sandbox to test before going live. No credit card required for sandbox access.

Why TaxSentry vs. building your own

IRS knowledge base already built

70+ publications, 74 IRC sections, 3,000+ IRBs — parsed, chunked, embedded, and kept current automatically. Building this yourself takes months and ongoing maintenance.

Source citations included

Every answer returns the IRS document it came from. Your users can verify. Your product doesn't get blamed for hallucinations. Huge for CPAs and EAs who need to defend recommendations.

Auto-updated knowledge

New IRBs are ingested within 48 hours of IRS publication. Publications refresh annually. You get current law without maintaining a scraper or ingestion pipeline.

Ready to integrate?

Send us an email and we'll get you set up with sandbox credentials within 24 hours.

sales@espartan.net

Or reach us at sales@espartan.net