Accie OCR

Developers

Developer entry for Accie OCR. Product wiki: /docs/. API base: https://ocr.accie.ai. Accounts: https://accounts.accie.ai.

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.