Last updated 4 months ago
Retrieve information about the vector store associated with the API key.
/vector-stores/me
The API key for authentication.
curl -L \ --url 'https://api.rememberizer.ai/api/v1/vector-stores/me' \ --header 'x-api-key: text'
{ "id": "text", "name": "text", "description": "text", "embedding_model": "text", "indexing_algorithm": "text", "vector_dimension": 1, "search_metric": "text", "created": "2025-02-20T19:07:02.762Z", "modified": "2025-02-20T19:07:02.762Z" }