# Overview

### Base URL

`https://taxsplit.dev`

### Authentication

Most endpoints require JWT authentication.

* Learn the auth flow: [Authentication](/api-reference/readme/authentication.md)
* Endpoint details: [Auth endpoints](/api-reference/readme/auth-endpoints.md)

### Request conventions

* Send the JWT as:

  `Authorization: Bearer <token>`
* For JSON requests, use `Content-Type: application/json`.
* Some endpoints use `multipart/form-data` (e.g. image upload).

{% hint style="info" %}
This reference documents the API surface you provided. If you later share an OpenAPI spec, we can convert this into fully generated interactive docs.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.taxsplit.app/api-reference/readme/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
