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 stringsrow_headers: Array of row header stringsdata: 2D array of cell values where data[row_index][col_index] gives the value
Request
Responses
- 200
- 404
Table content with headers and data matrix
Document or table not found, or table has no content data