Accie OCR
Overview
Accie OCR is the live document product. People work in the OCR workspace, accounts and billing live in Accie Accounts, and apps and agents use the same HTTP API (and an MCP wrapper around that API).
Three surfaces
| Surface | Public URL | Job |
|---|---|---|
| Accie Accounts | https://accounts.accie.ai |
Create org, sign in, billing. OCR does not keep a separate password login when Accie Identity is on. |
| OCR workspace | https://ocr.accie.ai |
Upload, jobs, batches, templates, org settings. Unauthenticated visits send you to Accie Accounts. |
| OCR API | https://ocr.accie.ai — paths under /api/v1/. OpenAPI title Accie OCR API 0.1.0 |
Jobs, batches, templates, exports, API keys, webhooks. Interactive spec: /docs (Swagger) and /redoc. |
Document lanes
The workspace upload control lists five lanes. Exports below are from GET /api/v1/export-formats (public, HTTP 200):
| UI label | document_class |
Export formats (live API) |
|---|---|---|
| Invoice / voucher | invoice | json, csv, xlsx, tally, gstin_pack |
| Form | form | json, csv, xlsx |
| Document | document | json, csv, xlsx, txt, md |
| Statements (bank / MF / PF / NPS) | document + options.statement_profile | Same as document lane |
| Handwritten English / Indic | handwritten | json, txt, md |
The same payload lists deferred formats searchable_pdf and docx, and max_pages_per_unit: 36. Indian ID (id) exists on the API and in the sidebar as “ID scan” — config default is id_scan_enabled=false. Do not treat ID as government KYC. Live GET /api/v1/id/schemas includes "government_verified": false.
Honest limits
- Signed-in Jobs, Upload, and Settings interiors are not screenshotted here.
- Authenticated
POST /api/v1/jobssuccess JSON follows the OpenAPIJobOutcontract — a sample job id is not reprinted in this wiki. - Accie does not file GST or post into Tally — exports are files you import.