API Documentation
Introduction
LanceDB APIs let you interact programmatically with your remote database and tables.
Users are recommended to follow Quickstart to use official Python and Typescript SDKs, for better developer experience.
Authentication
All HTTP requests to LanceDB APIs must contain an x-api-key header that specifies a valid API key and must be encoded as JSON or Arrow RPC.
Get an API Key
- Create a new project on the dashboard, e.g. a project was created and named as
test
- Go to the API keys tab to generate an API key.
then
or
The db
can be retrieved from the dashboard. In our example, db
is test-sfifxz
and
region
is us-east-1
, then the following command can be sent to list all tables under test
.