API

VectorStores

VectorStores

GET /v2/vectorstores lists standalone store connections without exposing credential values. GET /v2/vectorstores/{name} reads one connection.

curl --fail-with-body http://localhost:8080/v2/vectorstores \
  -H "Authorization: Bearer $TURBOPUFFER_API_KEY"

The list response has a vectorstores array. Entries identify the store name, kind, default selection, endpoint, and inbound authentication mode. Configure connections through standalone configuration.

For a keyed store, send its configured bearer token.

esc