A JSON Table is a collection of tabular data structured into one or more pages of JSON arrays, imported into the MindBridge platform. Each array consists of objects, where for each object, the keys represent column headers and their associated values represent the data for that column. Data must be uploaded sequentially, one page at a time, as concurrent page uploads are not supported. Once all data has been appended to the JSON Table, a file manager file can be created using the file manager’sDocumentation Index
Fetch the complete documentation index at: https://developer.mindbridge.ai/llms.txt
Use this file to discover all available pages before exploring further.
Import From JSON Table endpoint, which merges all the parts into a concatenated CSV file.
The headers in the resulting file are based on those specified in the JSON Table, and the order of the headers will correspond to the
sequence in which each unique header appears in the source data.
For example, given the following two pages of JSON Table data:

