> For the complete documentation index, see [llms.txt](https://documentation.bonsaidata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.bonsaidata.io/developer-docs/getting-started/overview.md).

# Overview

{% hint style="warning" %}
**Our API documentation is currently in development and will be published soon.**\
\
Interested in early access? [Contact our team](https://www.bonsaidata.io/demo) to get started!
{% endhint %}

Get up and running on the latest version of Bonsai’s developer platform:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><i class="fa-chart-column">:chart-column:</i> <strong>Business Reporting API</strong></td><td>Access spend, impressions, and ROI data with flexible geo and time dimensions.</td><td><a href="/pages/GshoR3fXHCmIEwsxwUpK">/pages/GshoR3fXHCmIEwsxwUpK</a></td><td></td></tr><tr><td><i class="fa-chart-line-up">:chart-line-up:</i> <strong>Unified Marketing API</strong></td><td>Access normalized cross-channel marketing data including spend, impressions, clicks, and conversions across ad platforms in a unified schema.</td><td><a href="/pages/sQA6qTw1urWmUXPIOWTt">/pages/sQA6qTw1urWmUXPIOWTt</a></td><td></td></tr><tr><td><i class="fa-timeline">:timeline:</i> <strong>Multi-Touch Attribution API</strong></td><td>Explore customer journeys, touchpoints, and fractional attribution metrics.</td><td><a href="/pages/stvnulWRkO3p2f1rpf5q">/pages/stvnulWRkO3p2f1rpf5q</a></td><td></td></tr><tr><td><strong>⬢ Marketing Mix Modeling API</strong></td><td>Run media mix models, analyze incrementality, and measure lift.</td><td><a href="/pages/usp9RvcNrYYQ0ZU1dY6m">/pages/usp9RvcNrYYQ0ZU1dY6m</a></td><td></td></tr><tr><td><i class="fa-scale-balanced">:scale-balanced:</i> <strong>Incrementality Testing API</strong></td><td>Measure causal lift through marketing mix models and controlled A/B tests to quantify true incremental impact.</td><td><a href="/pages/Z4whaBHjWPaPCfELiTGN">/pages/Z4whaBHjWPaPCfELiTGN</a></td><td></td></tr><tr><td><i class="fa-people">:people:</i> <strong>Coming Soon: Audience Analytics API</strong></td><td>Create, sync, and retrieve customer audiences for activation.</td><td></td><td></td></tr><tr><td><i class="fa-magnifying-glass-dollar">:magnifying-glass-dollar:</i> <strong>Predictive Buying Algorithm API</strong></td><td>Optimize bidding and budget allocation using predictive conversion value models and automated tROAS adjustments.</td><td><a href="/pages/k6q70BgN79W5x0O8sFT0">/pages/k6q70BgN79W5x0O8sFT0</a></td><td></td></tr><tr><td><i class="fa-earth-americas">:earth-americas:</i> <strong>Geo API</strong></td><td>Access standardized geographic reference data including DMAs, regions, ZIP mappings, and demographic indices for segmentation and modeling.</td><td><a href="/pages/6dFXxfyrk40Q6Jrnd9ZZ">/pages/6dFXxfyrk40Q6Jrnd9ZZ</a></td><td></td></tr><tr><td><i class="fa-gear">:gear:</i> <strong>Troubleshooting</strong></td><td>Common errors and how to fix them quickly.</td><td><a href="/spaces/wBudqXqxQ4IAeXerm1Hd/pages/qoWRAozd92sixKVnvjCp">/spaces/wBudqXqxQ4IAeXerm1Hd/pages/qoWRAozd92sixKVnvjCp</a></td><td></td></tr><tr><td><i class="fa-bullhorn">:bullhorn:</i> <strong>Release Notes</strong></td><td>What’s new in the APIs and documentation.</td><td><a href="/spaces/wBudqXqxQ4IAeXerm1Hd/pages/IlDzob8BvgSkVOW3dINq">/spaces/wBudqXqxQ4IAeXerm1Hd/pages/IlDzob8BvgSkVOW3dINq</a></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.bonsaidata.io/developer-docs/getting-started/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
