Vector stores
Create a vector store file by attaching a [File](/docs/api-reference/files) to a [vector store](/docs/api-reference/vector-stores/object).
This endpoint is subject to a per-vector-store write rate limit of 300 requests per minute, shared with /vector_stores/{vector_store_id}/file_batches. For uploading multiple files to the same vector store, use the file batches endpoint to reduce request volume.
post/vector_stores/{vector_store_id}/files
Path parameters
vector_store_idstring required
Example:vs_abc123
The ID of the vector store for which to create a File.
Request body
Response
OK