Accie OCR
Settings & defaults
Settings live at https://ocr.accie.ai/settings. Subscription can display there, but purchase still happens in Accie Accounts.
Settings tabs
Tabs: General, Subscription, Integrations, Team, Audit. Legacy URLs /api-keys and /webhooks redirect to /settings?tab=integrations.
Defaults
| Setting | Default | Source |
|---|---|---|
| File retention | 7 days (min 1, max 30) | General tab: “Changing retention does not consume pages.” |
| Upload document class | Invoice / voucher | Upload page default |
Job content_type | application/pdf | Job create default |
Job estimated_pages | 1 (max 500) | Job create default |
Job prefer_gpu | false | Job create default |
| API key name | default | Integrations form |
| API key RPM | 60 (range 1–10,000) | same |
| Key prefix | accie_sk_ | API keys |
| Password auth on OCR | Off when Identity is on | Bootstrap password_auth_enabled: false |
| ID scan workspace flag | Off by default | Product config id_scan_enabled=false |
| Max pages per processing unit | 36 | export-formats.max_pages_per_unit |
Integrations
API keys: create shows the raw secret once (“copy it now — it will not be shown again”). Revoke is a POST to /api/v1/api-keys/{id}/revoke.
Webhooks: URL must start with http:// or https://. Events documented as job.ready and job.failed. Create returns the signing secret once. Delivery header: X-Accie-Signature: sha256=<hmac> and X-Accie-Event.
Team and audit
GET /api/v1/org/team, invite, and patch member (optional monthly page quota). GET /api/v1/org/audit covers high-priority events: team, keys, webhook, PIN, retention, hold/cancel/retry.