Last updated 6 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.
POST /api/v1/vector-stores/{vector-store-id}/documents/create HTTP/1.1 Host: api.rememberizer.ai x-api-key: text Content-Type: application/json Accept: */* Content-Length: 29 { "name": "text", "text": "text" }
Document created successfully.
{ "id": 1, "name": "text", "type": "text", "vector_store": "text", "size": 1, "status": "text", "processing_status": "text", "indexed_on": "2025-04-24T08:05:30.865Z", "status_error_message": "text", "created": "2025-04-24T08:05:30.865Z", "modified": "2025-04-24T08:05:30.865Z" }