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

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

contextId
string<uuid>
requerido

Context ID

sourceId
string<uuid>
requerido

Source ID

Cuerpo

application/pdf

The body is of type file.

Respuesta

Accepted

candidateCount
integer<int64>
requerido

Number of transaction candidates queued for review

Ejemplo:

12

reviewId
string<uuid>
requerido

Identifier of the queued extraction review

Ejemplo:

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

status
string
requerido

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

Ejemplo:

"PENDING_REVIEW"