Accie OCR
Developers
Developer entry for Accie OCR. Product wiki: /docs/. API base: https://ocr.accie.ai. Accounts: https://accounts.accie.ai.
HTTP
REST API
Auth order, live 401/403 JSON, export-formats, job create in curl / Python / JavaScript.
Agents
MCP
Eight tools from accie_ocr_server.py. Same API key. File bytes go to upload_url, not through MCP.
People
Get started
Screenshots of Accie Accounts signup, sign-in, billing (signed out), and OCR login when password auth is off.
Auth, in one paragraph
Send X-API-Key: accie_sk_… or Authorization: Bearer accie_sk_…, or an Accie OIDC JWT / OCR session bearer. Org always comes from the key or session. Password login on the OCR API returns HTTP 403 password_auth_disabled. Missing auth on POST /api/v1/jobs returns:
{"detail":{"error":"missing_bearer_token","message":"missing_bearer"}}
Create keys in the workspace at Settings → Integrations after you sign in through Accie Accounts. Full examples: REST API.
Interactive spec
OpenAPI title is Accie OCR API 0.1.0. Swagger: https://ocr.accie.ai/docs. ReDoc: https://ocr.accie.ai/redoc.