Overall AI rate and paragraph-level AI rates for English and Chinese text.
Developer console
API Developer Platform
Recent Billing
Recharge records are synced after payment confirmation.
| Amount | Status | Provider | Created | Credited |
|---|
API Keys
Create keys for server-side integrations. Full key values are shown only once.
| Name | Prefix | Status | Created | Action |
|---|
Recharge
Recharge balance for paid humanization. Detection stays free.
Billing
Pending orders older than one hour are hidden automatically.
| Order | Amount | Status | Provider | Created | Credited |
|---|
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
English words or Chinese characters. Minimum recharge is $10.
Create API keys after login. Volume pricing can be discussed by email.