Agent Files
This endpoint uploads an agent file associated with the provided API key.
Custom authentication header
The file to upload
Indicates whether to automatically add the file to the vector store.
trueSuccessfully uploaded agent file.
Failed to upload agent file.
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Unexpected error occurred while processing the request. Please try again later.
This endpoint retrieves the agent files associated with the provided API key.
Custom authentication header
Successfully retrieved agent files with details.
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Agent files not found.
Unexpected error occurred while processing the request. Please try again later.
This endpoint deletes the agent files by ids
Custom authentication header
Successfully deleted agent files.
No content
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Unexpected error occurred while processing the request. Please try again later.
No content
This endpoint deletes the agent file by id
Custom authentication header
The ID of the agent file to delete.
5f7b1b3b-3b3b-4b3b-3b3b-3b3b3b3b3b3bSuccessfully deleted agent file.
No content
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Agent file not found.
Unexpected error occurred while processing the request. Please try again later.
No content
This endpoint deletes the agent file from vector store by id
Custom authentication header
The ID of the agent file to delete from vector store.
5f7b1b3b-3b3b-4b3b-3b3b-3b3b3b3b3b3bSuccessfully deleted agent file from vector store.
No content
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Agent file not found.
Unexpected error occurred while processing the request. Please try again later.
No content
This endpoint adds the agent file to vector store by id
Custom authentication header
The ID of the agent file to add to vector store.
5f7b1b3b-3b3b-4b3b-3b3b-3b3b3b3b3b3bSuccessfully added agent file to vector store.
No content
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Agent file not found.
Unexpected error occurred while processing the request. Please try again later.
No content
Last updated

