Skip to main content
POST
Process (sync)

Autorizaciones

x-api-key
string
header
requerido

Encabezados

authorization
string | null
x-api-key
string | null
X-Tenant-ID
string | null

Parámetros de ruta

deployment_id
string<uuid>
requerido

Cuerpo

application/json

Request for synchronous document processing via deployment.

documents
(DocumentInputText · object | DocumentInputURL · object | DocumentInputBase64 · object | DocumentInputId · object)[]
requerido

List of documents to process (text, url, base64, or id of pre-uploaded document)

Minimum array length: 1

Direct text content for processing.

metadata
Metadata · object | null

Optional client-provided metadata. Stored with the entry for correlation.

Respuesta

Successful Response

Unified response for synchronous processing.

entry_id
string<uuid>
requerido

Unique identifier for the created entry

resource_id
string<uuid>
requerido

ID of the structure used

resource_version_number
integer
requerido

Version number of the structure used

data
Data · object
requerido

Processed data

status
string
requerido

Processing status: completed, completed_with_errors, or failed

resource_type
string
predeterminado:structure

Type of resource processed

errors
Errors · object[] | null

Processing or validation errors

time_ms
integer | null

Processing time in milliseconds

price
number | null

Processing cost