Interactive

API Explorer

Test Taxu APIs interactively with real-time code examples in 8 programming languages. Explore all four platforms: Tax Filing, Neobank, Investment, and Accounting.

Select Platform

Select Endpoint

Choose Language

Code Example
const taxu = require('@taxu/node');

const client = new taxu.Taxu('TAXU_API_KEY');

const result = await client.tax.calculateRefund({
  "income": 75000,
  "filingStatus": "single",
  "deductions": {
    "standard": true
  },
  "year": 2024
});

console.log(result);

Response

Run a request to see the response

Need an API Key?

Get started with a free API key and explore all endpoints