Data
Insert data to a table
Insert data to a table
POST
https://{db}.{region}.api.lancedb.com
/
v1
/
table
/
{name}
/
insert
/
Authorizations
Path Parameters
name of the table
Query Parameters
The mode of insertion. If overwrite
, the existing data will be
replaced. If append
, the new data will be appended to the existing data.
Available options:
overwrite
, append
Body
application/vnd.apache.arrow.stream ยท file
The body is of type file
.