Zum Hauptinhalt springen

Get extracted tables for a spreadsheet document

GET 

/documents/:document_id/tables

Retrieve extracted tables for a document.

Returns table boundaries and metadata without cell data. Only documents belonging to the project associated with the API key can be accessed.

The table_anchor_ref contains the table location in the source Excel file:

  • worksheet: Name of the worksheet containing the table
  • row_range: [start_row, end_row] as 1-indexed row numbers
  • col_range: [start_col, end_col] as 1-indexed column numbers (1=A, 2=B, etc.)

Request

Responses

List of extracted tables with boundaries and extraction status