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

SettingDefaultSource
File retention7 days (min 1, max 30)General tab: “Changing retention does not consume pages.”
Upload document classInvoice / voucherUpload page default
Job content_typeapplication/pdfJob create default
Job estimated_pages1 (max 500)Job create default
Job prefer_gpufalseJob create default
API key namedefaultIntegrations form
API key RPM60 (range 1–10,000)same
Key prefixaccie_sk_API keys
Password auth on OCROff when Identity is onBootstrap password_auth_enabled: false
ID scan workspace flagOff by defaultProduct config id_scan_enabled=false
Max pages per processing unit36export-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.