Create Table
Create a new Table. By default, an empty Sheet 1 with a Column A text column and one empty row is created. Pass create_default_sheet: false to create a table without a default sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
Sheet 1 with a Column A text column and one empty row is created automatically.
Pass create_default_sheet: false to create a table without a default sheet. The response omits default_sheet and table.sheet_count is 0. Add sheets later with Create Sheet.
The table is created in the workspace associated with your API key.
Tables are versioned, multi-sheet tables that can run LLM, code, and comparison columns to generate or evaluate data at scale.Authorizations
Body
Table title. Defaults to a unique 'Untitled Table' name if omitted.
Folder to place the table in.
When true (default), creates Sheet 1 with a Column A text column and one empty row. When false, creates an empty table with no sheets.
Response
Table created. When create_default_sheet is true (default), the response includes default_sheet and table.sheet_count is 1. When create_default_sheet is false, default_sheet is omitted and table.sheet_count is 0.

