latestSwagger 2.0Apache 2.02026-08-21111141361.2 KB

e16ed11d991c

tables

Create a new table in workspace

Creates a new table with the deeplake access method using the provided schema. The table schema is specified as a map of column names to column definitions.

post/workspaces/{workspace_id}/tables

Path parameters

workspace_idstring required

Workspace ID (UUID)

Request body

columnsstring[]

Optional: explicit column order. If not provided, columns are sorted alphabetically

table_namestring
table_schemaobject

column_name -> column_definition

Response

Table created successfully with schema details

row_countinteger

Nullable

table_namestring