POST
/
api
/
vector-db
/
tables
{
  "data": {
    "name": "<string>",
    "schema": {
      "columns": [
        {
          "name": "<string>",
          "type": "<string>",
          "constraints": [
            "<string>"
          ]
        }
      ]
    },
    "numRows": 123
  }
}

Authorizations

Authorization
string
header
required

Enter your API key here

Body

application/json

Response

200
application/json

Table created successfully

The response is of type object.