Skip to main content
POST
Enqueue a document for AI extraction (human-review required)

Authorizations

Authorization
string
header
required

Bearer token authentication (format: "Bearer {token}")

Path Parameters

contextId
string<uuid>
required

Context ID

sourceId
string<uuid>
required

Source ID

Body

application/pdf

The body is of type file.

Response

Accepted

candidateCount
integer<int64>
required

Number of transaction candidates queued for review

Example:

12

reviewId
string<uuid>
required

Identifier of the queued extraction review

Example:

"550e8400-e29b-41d4-a716-446655440000"

status
string
required

Lifecycle status of the queued review (always PENDING_REVIEW on enqueue)

Example:

"PENDING_REVIEW"