Close
Toolcog home
toolcog
openai
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
API
Operations
Auth Schemes
Overrides
Intents
Targets
API
Operations
Auth Schemes
Overrides
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
All statuses
All statuses
Active
Deprecated
Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
cancelVectorStoreFileBatch
POST/vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel
Vector stores
Create a vector store.
createVectorStore
POST/vector_stores
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).
createVectorStoreFile
POST/vector_stores/{vector_store_id}/files
Vector stores
Create a vector store file batch.
createVectorStoreFileBatch
POST/vector_stores/{vector_store_id}/file_batches
Vector stores
Delete a vector store.
deleteVectorStore
DELETE/vector_stores/{vector_store_id}
Vector stores
Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete file](/docs/api-reference/files/delete) endpoint.
deleteVectorStoreFile
DELETE/vector_stores/{vector_store_id}/files/{file_id}
Vector stores
Retrieves a vector store.
getVectorStore
GET/vector_stores/{vector_store_id}
Vector stores
Retrieves a vector store file.
getVectorStoreFile
GET/vector_stores/{vector_store_id}/files/{file_id}
Vector stores
Retrieves a vector store file batch.
getVectorStoreFileBatch
GET/vector_stores/{vector_store_id}/file_batches/{batch_id}
Vector stores
Returns a list of vector store files in a batch.
listFilesInVectorStoreBatch
GET/vector_stores/{vector_store_id}/file_batches/{batch_id}/files
Vector stores
Returns a list of vector store files.
listVectorStoreFiles
GET/vector_stores/{vector_store_id}/files
Vector stores
Returns a list of vector stores.
listVectorStores
GET/vector_stores
Vector stores
Modifies a vector store.
modifyVectorStore
POST/vector_stores/{vector_store_id}
Vector stores
Retrieve the parsed contents of a vector store file.
retrieveVectorStoreFileContent
GET/vector_stores/{vector_store_id}/files/{file_id}/content
Vector stores
Search a vector store for relevant chunks based on a query and file attributes filter.
searchVectorStore
POST/vector_stores/{vector_store_id}/search
Vector stores
Update attributes on a vector store file.
updateVectorStoreFileAttributes
POST/vector_stores/{vector_store_id}/files/{file_id}
Vector stores