Last updated 5 months ago
Create a new text document in a vector store.
The ID of the vector store.
The API key for authentication.
The name of the document.
The text content of the document.
curl -L \ --request POST \ --url 'https://api.rememberizer.ai/api/v1/vector-stores/{vector-store-id}/documents/create' \ --header 'x-api-key: text' \ --header 'Content-Type: application/json' \ --data '{ "name": "text", "text": "text" }'
{ "id": 1, "name": "text", "type": "text", "vector_store": "text", "size": 1, "status": "text", "processing_status": "text", "indexed_on": "2025-03-29T16:16:40.981Z", "status_error_message": "text", "created": "2025-03-29T16:16:40.981Z", "modified": "2025-03-29T16:16:40.981Z" }