Last updated 6 months ago
Upload files to a vector store.
The ID of the vector store.
The API key for authentication.
The files to upload.
POST /api/v1/vector-stores/{vector-store-id}/documents/upload HTTP/1.1 Host: api.rememberizer.ai x-api-key: text Content-Type: multipart/form-data Accept: */* Content-Length: 20 { "files": [ "binary" ] }
Files uploaded successfully.
{ "documents": [ { "id": 1, "name": "text" } ], "errors": [ { "file": "text", "error": "text" } ] }