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
Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
Authenticated
cancelVectorStoreFileBatch
POST/vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel
Vector stores
Create a vector store.
Authenticated
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).
Authenticated
createVectorStoreFile
POST/vector_stores/{vector_store_id}/files
Vector stores
Create a vector store file batch.
Authenticated
createVectorStoreFileBatch
POST/vector_stores/{vector_store_id}/file_batches
Vector stores
Delete a vector store.
Authenticated
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.
Authenticated
deleteVectorStoreFile
DELETE/vector_stores/{vector_store_id}/files/{file_id}
Vector stores
Retrieves a vector store.
Authenticated
getVectorStore
GET/vector_stores/{vector_store_id}
Vector stores
Retrieves a vector store file.
Authenticated
getVectorStoreFile
GET/vector_stores/{vector_store_id}/files/{file_id}
Vector stores
Retrieves a vector store file batch.
Authenticated
getVectorStoreFileBatch
GET/vector_stores/{vector_store_id}/file_batches/{batch_id}
Vector stores
Returns a list of vector store files in a batch.
Authenticated
listFilesInVectorStoreBatch
GET/vector_stores/{vector_store_id}/file_batches/{batch_id}/files
Vector stores
Returns a list of vector store files.
Authenticated
listVectorStoreFiles
GET/vector_stores/{vector_store_id}/files
Vector stores
Returns a list of vector stores.
Authenticated
listVectorStores
GET/vector_stores
Vector stores
Modifies a vector store.
Authenticated
modifyVectorStore
POST/vector_stores/{vector_store_id}
Vector stores
Retrieve the parsed contents of a vector store file.
Authenticated
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.
Authenticated
searchVectorStore
POST/vector_stores/{vector_store_id}/search
Vector stores
Update attributes on a vector store file.
Authenticated
updateVectorStoreFileAttributes
POST/vector_stores/{vector_store_id}/files/{file_id}
Vector stores