cURL
curl --request GET \ --url https://api.example.com/api/vector-db/health \ --header 'Authorization: Bearer <token>'
{ "data": { "message": "/api/vector-db/health ok" } }
Enter your API key here
Vector database API is healthy
Show child attributes
Was this page helpful?