Last updated 4 months ago
Upload files to a vector store.
/vector-stores/{vector-store-id}/documents/upload
The ID of the vector store.
The API key for authentication.
The files to upload.
curl -L \ --request POST \ --url 'https://api.rememberizer.ai/api/v1/vector-stores/{vector-store-id}/documents/upload' \ --header 'x-api-key: text' \ --header 'Content-Type: multipart/form-data' \ --data '{"files":[null]}'
{ "documents": [ { "id": 1, "name": "text" } ], "errors": [ { "file": "text", "error": "text" } ] }