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

# API

To support developers, integrators, and partners building on top of the TOAI platform, we offer a scalable API subscription model tailored to a range of technical and business needs. These plans provide direct access to our detection engine, enabling the integration of advanced AI capabilities into third-party tools, applications, and services.

Each tier is designed to balance affordability, functionality, and support, ensuring both early-stage builders and enterprise-grade users can unlock the full potential of TOAI.

**Basic Plan — 0.02 ETH/month**

An ideal starting point for developers exploring our platform or integrating lightweight detection features into their projects.

**Included:**

* Access to basic detection endpoints
* 1 API key
* Limited monthly API call volume

**Pro Plan — 0.04 ETH/month**

A more robust option for growing applications or platforms that require expanded detection capabilities and enhanced support.

**Included:**

* Everything in the Basic Plan
* Access to additional, advanced detection endpoints
* 2 API keys
* Premium support

**Expert Plan — 0.06 ETH/month**

Our most comprehensive plan, designed for advanced use cases, production-scale applications, and partners requiring full access and dedicated assistance.

**Included:**

* Everything in the Pro Plan
* Full access to all detection endpoints
* 3 API keys
* Dedicated support channel

***

By offering multiple access tiers, TOAI ensures developers can scale seamlessly as their needs evolve. Combined with our credit model and token utility, this API structure provides a powerful foundation for building innovative tools while remaining deeply integrated with the TOAI ecosystem.


---

# 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://traceonai.gitbook.io/traceonai/getting-started/api.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.
