Skip to main content
GET
/
api
/
vector-db
/
health
Check the health of the vector database API
curl --request GET \
  --url https://api.example.com/api/vector-db/health \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "message": "/api/vector-db/health ok"
  }
}

Authorizations

Authorization
string
header
required

Enter your API key here

Response

200 - application/json

Vector database API is healthy

data
object