Getting Started

Kick off with BitMind in minutes. Choose the path that fits you best:

Path
Best for
Next step

Consumers

Individuals who want to verify content

Use the web app at thedetector.ai

Developers

Teams integrating detection into apps

Get an API key at https://app.bitmind.ai/api and read the API Reference

Enterprise

Large orgs with compliance/custom needs


1) Consumers: Use BitMind Apps and Extensions

  • Use the web app at thedetector.ai

  • Download our mobile apps (iOS/Android) and browser extensions to detect AI-generated content as you browse

  • Sign in to sync usage across devices and view your detection history

Key capabilities:

Feature
Web
Mobile
Extension

Image detection

Yes

Yes

Yes

Video detection

Yes

Yes

Yes

Social integration

Yes

Yes

Real-time overlay

Yes


2) Developers: Get an API Key and Build

  1. Create an account at app.bitmind.ai

  2. Generate an API key at https://app.bitmind.ai/api

  3. Start integrating with our endpoints in the API Reference

API options:

API
Base URL
Typical use

Subnet (Oracle) API

https://api.bitmind.ai/oracle/v1

Consumer-style detection, rapid prototyping

Example (Oracle API – image detection):

curl -X POST \
  -H "Authorization: Bearer $BITMIND_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"image": "https://example.com/image.jpg", "rich": true}' \
  "https://api.bitmind.ai/oracle/v1/34/detect-image"

Tips:

  • Store your API key securely and never commit it to version control

  • Use the Subnet (Oracle) API to get started quickly


3) Enterprise: Talk to Sales

What you get:

Capability
Description

Custom SLAs

Dedicated support with guaranteed response times

On‑prem/cloud options

Deploy to your environment or use our managed cloud

Compliance

SOC 2 Type II, ISO 27001, HIPAA

Integrations

Tailored workflows and data pipelines


Pricing

See plans and FAQs on the Pricing page.

Last updated