# API Reference

## Overview

BitMind provides two detection APIs built for different workloads.

Use the standard API for general image and video detection integrations.

Use the Enterprise API for the same core detection pipeline with zero data retention.

Use the sidebar categories for endpoint details.

## Reference Pages

* [Authentication](/api-reference/authentication.md)

### API

Base URL: `https://api.bitmind.ai`

### Enterprise API

Base URL: `https://enterprise.bitmind.ai`

## Specs

* [Subnet API spec](https://github.com/BitMind-AI/docs/blob/main/api-specs/subnet-api/subnet-api-openapi.yaml)
* [Enterprise API spec](https://github.com/BitMind-AI/docs/blob/main/api-specs/enterprise-api/enterprise-api-openapi.yaml)

## Notes

* Enterprise endpoints require enterprise credentials.
* Enterprise video access must be enabled on your account.
* For help, see [Support](/support.md).


---

# 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.bitmind.ai/api-reference.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.
