Last updated 6 months ago
Retrieve information about the vector store associated with the API key.
The API key for authentication.
GET /api/v1/vector-stores/me HTTP/1.1 Host: api.rememberizer.ai x-api-key: text Accept: */*
Vector store information retrieved successfully.
{ "id": "text", "name": "text", "description": "text", "embedding_model": "text", "indexing_algorithm": "text", "vector_dimension": 1, "search_metric": "text", "created": "2025-04-24T08:03:20.800Z", "modified": "2025-04-24T08:03:20.800Z" }