Skip to content

REST API Overview

The dTax REST API is a managed service at https://getdtax.com/api/v1. It handles storage, computation, and report generation so you don’t need to manage state yourself.

Base URL

https://getdtax.com/api/v1

Authentication

All endpoints require a session cookie obtained via /auth/login. See Authentication for details.

Key endpoints

EndpointDescription
POST /transactions/importUpload CSV, auto-parse, deduplicate, store
GET /transactionsList user’s transactions with filters
GET /tax/summaryCapital gains summary for a tax year
POST /tax/calculateRun full gain calculation
GET /tax/reports/:id/downloadDownload Form 8949 / TXF / PDF
GET /notificationsUser notification feed

OpenAPI specification

The full OpenAPI 3.1 spec is available:

Rate limits

PlanLimit
FREE50 transactions, 5 AI messages/day
PRO ($49/mo)Unlimited
CPA ($499/yr)Unlimited + 10 client accounts