Vector stores
Create a vector store file batch.
The maximum number of files in a single batch request is 2000. Vector store file attach requests are rate limited per vector store (300 requests per minute across both this endpoint and /vector_stores/{vector_store_id}/files). For ingesting multiple files into the same vector store, this batch endpoint is recommended.
post/vector_stores/{vector_store_id}/file_batches
Path parameters
vector_store_idstring required
Example:vs_abc123
The ID of the vector store for which to create a File Batch.
Request body
Response
OK