POST
/
api
/
vector-db
{
  "data": {
    "running": true,
    "host": "<string>",
    "port": 123,
    "database": "<string>",
    "user": "<string>",
    "password": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Enter your API key here

Response

201
application/json

Vector database initialized successfully

The response is of type object.