Getting Started
Kick off with BitMind in minutes. Choose the path that fits you best:
Quick links
Developers
Teams integrating detection into apps
Get an API key at https://app.bitmind.ai/api and read the API Reference
1) Consumers: Use BitMind Apps and Extensions
Use the web app at thedetector.ai
Sign in to sync usage across devices and view your detection history
Key capabilities:
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
Create an account at app.bitmind.ai
Generate an API key at
https://app.bitmind.ai/apiStart integrating with our endpoints in the API Reference
API options:
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
Email:
[email protected]Or contact us via the form on our website: Contact BitMind
What you get:
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