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

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

contextId
string<uuid>
obrigatório

Context ID

sourceId
string<uuid>
obrigatório

Source ID

Corpo

application/pdf

The body is of type file.

Resposta

Accepted

candidateCount
integer<int64>
obrigatório

Number of transaction candidates queued for review

Exemplo:

12

reviewId
string<uuid>
obrigatório

Identifier of the queued extraction review

Exemplo:

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

status
string
obrigatório

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

Exemplo:

"PENDING_REVIEW"