/
LA
lancedb
/
LanceDB Cloud API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10m ago · Updated 1d ago
Details
Filter operations
Data
4
Tables
7
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
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