Last updated 4 months ago
Retrieve the information of a document in a Vector Store.
/vector-stores/{vector-store-id}/documents/{document-id}
The ID of the vector store.
The ID of the document.
The API key for authentication.
curl -L \ --url 'https://api.rememberizer.ai/api/v1/vector-stores/{vector-store-id}/documents/{document-id}' \ --header 'x-api-key: text'
{ "id": 1, "name": "text", "type": "text", "vector_store": "text", "size": 1, "status": "text", "processing_status": "text", "indexed_on": "2025-02-20T19:21:55.963Z", "status_error_message": "text", "created": "2025-02-20T19:21:55.963Z", "modified": "2025-02-20T19:21:55.963Z" }