BCorrect API
The BCorrect API uses geometric mathematics to provide highly precise spelling and grammar corrections based on FMM-deterministic neural networks. Our approach makes no use of machine learning 'black boxes' or data retention. The BCorrect API is ideal for developers requiring fast, GDPR-compliant text processing. With profiles ranging from ultra-fast latency to academic grade, it can handle…
BCorrect API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
healthCheck /api/v1/health |
Uptime health check monitor that reports the functional state of the spelling index, active embeddings cortex, and data integrity hashes. |
| POST |
checkText /api/v1/check |
Checks a single text for spelling and grammar errors. Returns corrections with confidence scores, explanations, and engine attribution. Supports multiple modes (standard,… |
| POST |
batchCheckText /api/v1/batch |
Process multiple independent texts simultaneously in a single high-throughput call. Ideal for bulk workflows. Max 100 items. |
BCorrect API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 2000 / minute |
|
| ULTRA Recommended | $20 / month | 25000 / minute |
|
| MEGA | $100 / month | 5000 / second |
|