Attach an uploaded file to a vector store for semantic search.
POSThttps://api.aitronos.com/v1/organizations/{organization_id}/vector-stores/{vector_store_id}/files
Add a previously uploaded file to a vector store. The file will be processed and indexed for semantic search.
organization_id string required
The unique identifier of the organization.
vector_store_id string required
The unique identifier of the vector store.
file_id string required
The ID of the file to add to the vector store.
A confirmation response with the file association details.