/
LA
lancedb
/
LanceDB Cloud API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 30m ago · Updated 1mo ago
Details
Filter operations
Data
4
Tables
8
get
List Tables
post
Create a new table
post
Drop a table
post
Describe a table
post
List indexes of a table
post
Create vector index on a Table
post
Create a scalar index on a table
post
Drop an index from the table
Tables
Create a new table
Create a new table
post
/v1/table/{name}/create/
Path parameters
name
string
required
name of the table
Response
Table successfully created
Changes