Free multi-country tax engine — quote, history verify, official rate packs, and client-side CSV export. Daily updates by a secure AI agent from official government sites. Powered by Xero Sphere AI.
Xero Sphere AI Tax is an independent product of Xero Sphere AI. It is not affiliated with, endorsed by, or connected to Xero Limited / Xero accounting software, or any product named Sphere.
Tax calculator · Console · OpenAPI · Free packs JSON
| Locked enterprise tax clouds | Xero Sphere AI Tax |
|---|---|
| Paid / locked rate cloud | Free forever public packs + open engine |
| Weeks of enterprise onboarding | No account · open console in one click |
| Checkout-only focus | Checkout quote + history verify + POS xst_ keys |
| Opaque lock-in | OpenAPI, curl-first, public /api/v1/public/* |
| Rate lag / partner dependency | Daily secure AI agent on allowlisted official sites |
Public routes expect the console client header from the web UI. Prefer the hosted console, calculator, or documented client for production calls.
GET /api/v1/public/packs — all country packsGET /api/v1/public/packs/:country — pack + rate registryGET /api/v1/public/rates/status — rates as-of + AI sync statusGET /api/v1/public/rates/changed?since=YYYY-MM-DDPOST /api/v1/public/quote — live tax calculatePOST /api/v1/public/verify/exhaust — calculate-and-forget history verifycurl -sS -X POST https://tax.xero-sphere-ai.com/api/v1/public/quote \
-H "Content-Type: application/json" \
-H "X-XeroTax-Client: xerotax-web" \
-d '{"country":"PK","currency":"PKR","tax_mode":"exclusive","lines":[{"amount_cents":10000,"qty":1}]}'
A secure AI agent fetches allowlisted government domains only, proposes rates into the rate registry (verified at high confidence, else pending review). Host cron: npm run rates:refresh. Provider credentials stay on the host — never in the browser.
Large history sync is free within tier limits. POST /api/v1/public/verify/exhaust quotes every invoice in memory and returns counters (plus itemized rows for your own CSV export). No invoice payloads are stored on our servers.
curl -sS -X POST https://tax.xero-sphere-ai.com/api/v1/public/verify/exhaust \
-H "Content-Type: application/json" \
-H "X-XeroTax-Client: xerotax-web" \
-d '{"pack_code":"PK","invoices":[{"invoice_no":"INV-1","total_amount":1000,"tax_amount_cents":18000}]}'
“Scan” means auto-detect unique invoice fields from history JSON — not a camera QR. Flow:
xst_… (shown once).Call GET {shop}/api/integrations/sales with x-api-key or Bearer xst_…. Connections are ephemeral in your browser — not saved on tax servers.
Xero Sphere AI Tax is an independent product of Xero Sphere AI. It is not affiliated with, endorsed by, or connected to Xero Limited / Xero accounting software, or any product named Sphere.
Xero Sphere AI Tax is built for discoverability around free multi-country tax verification, GST VAT sales tax calculator, Pakistan FBR-style rate packs, POS invoice tax audit, official government tax rate updates, OpenAPI tax quote, and calculate-and-forget compliance workflows — without account walls.
npm run setup:tax && pm2 start ecosystem.config.js --only xerosphere-tax
Free packs stay public. Hosted verify limits protect the shared free tier for everyone.