Zum Hauptinhalt springen

Get table content as a 2D data matrix

GET 

/documents/:document_id/tables/:table_id

Retrieve table content as a 2D data matrix.

Returns the table data as a structured matrix with row and column headers. Only tables belonging to documents in the API key's project can be accessed.

The response includes:

  • column_headers: Array of column header strings
  • row_headers: Array of row header strings
  • data: 2D array of cell values where data[row_index][col_index] gives the value

Request

Responses

Table content with headers and data matrix