v1

latestOpenAPI 3.1.02026-08-04552282508.9 KB
Excel Processing

Detect Mappings Stream

Stream Excel column mappings in real-time using Server-Sent Events.

Supports two modes:

  1. template_id mode: Columns are fetched from KB (scalable for large templates)
  2. workbook mode: Columns are parsed from base64-encoded workbook (fallback)

As each column is filled by the parallel agents, events are sent to the client.

post/api/excel/detect-mappings-stream

Request body

template_idstring nullable
workbookstring nullable
document_idsstring[] nullable
field_dataobject
fill_modestring nullable
retry_columnsstring[] nullable
retry_contextobject nullable
schema_fieldsstring[] nullable
schema_field_definitionsobject[] nullable

Response

Successful Response

{"stackTrail":"paths:/api/excel/detect-mappings-stream:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}