Developer console

API Developer Platform

Checking session
Balance - Credits available for humanization
Used Units - Words or Chinese characters processed
Active Keys - Keys available for server-side calls
API Calls - Total authenticated API requests

Recent Billing

Recharge records are synced after payment confirmation.

AmountStatusProviderCreatedCredited

API Keys

Create keys for server-side integrations. Full key values are shown only once.

NamePrefixStatusCreatedAction

Recharge

Recharge balance for paid humanization. Detection stays free.

$10 recharge selected. Creem checkout opens after order creation.

Billing

Pending orders older than one hour are hidden automatically.

OrderAmountStatusProviderCreatedCredited

API Docs

Call detection for free. Use balance for humanization. Keep API keys on your server.

Authentication

Authorization: Bearer mc_live_xxx
X-API-Key: mc_live_xxx

Models

mindclub-ai-detector-v1
MindClub AI Detector

mindclub-humanizer-v1
MindClub AI Humanizer

POST /v1/detect

curl https://mindclub.dev/v1/detect \
  -H "Authorization: Bearer mc_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{"text":"Paste English or Chinese text here..."}'

POST /v1/humanize

curl https://mindclub.dev/v1/humanize \
  -H "Authorization: Bearer mc_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{"text":"Paste English or Chinese text here..."}'

GET /v1/balance

{
  "balance_usd": "10.00",
  "balance_cents": 1000
}

GET /v1/usage

{
  "used_words": 12000,
  "api_calls": 84
}

FAQ

Does detection support Chinese?

Yes. Detection automatically routes English to the English detector and Chinese to the Chinese detector.

How is humanization billed?

English is counted by words. Chinese is counted by characters. The base price is $2 per 1,000 units.

Can I put an API key in frontend code?

No. Keep API keys on your server and call MindClub AI from trusted backend code only.

What if my API key leaks?

Create a new key immediately and stop using the leaked key in your server environment.

Pricing

AI Detection Free

Overall AI rate and paragraph-level AI rates for English and Chinese text.

Humanization $2 / 1K units

English words or Chinese characters. Minimum recharge is $10.

API Access Included

Create API keys after login. Volume pricing can be discussed by email.