Skip to main content
POST
Create a new table in the vector database

Authorizations

Authorization
string
header
required

Enter your API key here

Body

application/json
name
string
required

Name of the table to create

schema
object

Schema definition for the table

data
object[]

Initial data to insert into the table

Response

Table created successfully

data
object