cURL
curl --request GET \ --url http://localhost:8080/api/v1/vendors/vector-stores \ --header 'Authorization: <api-key>'
{ "data": [ "<string>" ] }
Get a list of available vector stores
OK
Vendor list response model
Was this page helpful?