https://taxsplit.dev
Most endpoints require JWT authentication.
Learn the auth flow: Authentication
Endpoint details: Auth endpoints
Send the JWT as:
Authorization: Bearer <token>
For JSON requests, use Content-Type: application/json.
Content-Type: application/json
Some endpoints use multipart/form-data (e.g. image upload).
multipart/form-data
This reference documents the API surface you provided. If you later share an OpenAPI spec, we can convert this into fully generated interactive docs.
Last updated 1 month ago