Authorizations
Path Parameters
Body
application/vnd.apache.arrow.stream · file
Create a new table in the database with schema inferred from the provided Arrow data. The table name must be unique within the database and vector columns are automatically detected and optimized for search operations.
Example curl command:
curl --request POST \
--url https://{db}.{region}.api.lancedb.com/v1/table/{name}/create \
--header 'Content-Type: application/vnd.apache.arrow.stream' \
--header 'x-api-key: <api-key>' \
--data-binary @data.arrow