Skip to main content
POST
Reconstruct each named subdocument of a stored spreadsheet into an enriched, partition-ready table: one flat complete header, the key carried on every row, section banners promoted to a column, and wide size-matrices melted. Returns the enriched tables (header + rows + clean CSV) for hand-off to extraction.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
document
ReconstructDocumentRef · object
required
subdocuments
ReconstructSubdocument · object[]
required

Response

Successful Response

tables
ReconstructEnrichedTable · object[]
required