Vector Store File Batches API

Vector store file batches are for managing many files at the same time.

Note

The Vector Store File Batch Batches API uses the same format as the OpenAI Vector Store File Batch Batches API. See OpenAI Vector Store File Batch Batches API documentation.

Creating a Vector Store File Batch

POST/vector_stores/{vector_store_id}/file_batches

Listing Vector Store File Batches

GET/vector_stores/{vector_store_id}/file_batches

Retrieving Vector Store File Batch Information

GET/vector_stores/{vector_store_id}/file_batches/{batch_id}

Deleting a Vector Store File Batch

DELETE/vector_stores/{vector_store_id}/file_batches/{batch_id}