Enqueue a document for AI extraction (human-review required)
Stores the uploaded source document tenant-scoped, runs deterministic + AI extraction, and enqueues the resulting transaction CANDIDATES in a human-review queue. AI output is NEVER authoritative: no transaction is reconciled until a human approves the review. The lane is gated by a global kill-switch AND a per-tenant opt-in (fail-closed: a non-opted-in tenant gets 403). The tenant is resolved from the JWT and the context/source from the path — never from the body.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Body
The body is of type file.
Response
Accepted
Number of transaction candidates queued for review
12
Identifier of the queued extraction review
"550e8400-e29b-41d4-a716-446655440000"
Lifecycle status of the queued review (always PENDING_REVIEW on enqueue)
"PENDING_REVIEW"

