POST

https://{db}.{region}.api.lancedb.com

/
v1
/
table
/
{name}
/
insert
/

Authorizations

x-api-key
string
headerrequired

Path Parameters

name
string
required

name of the table

Query Parameters

mode
enum<string>
default: append

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.