- Subcategories:
- Documents
RagKnowledgeBases REST Endpoints
Integrations/Projects/RagKnowledgeBases
The operations from the Integrations/Projects/RagKnowledgeBases category.
- Create a Knowledge Base in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases - Delete a Knowledge Base in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases/{id} - Retrieve a Knowledge Base in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases/{id} - Retrieve Knowledge Bases in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases - Update a Knowledge Base in a Project
- Method: putPath:
/ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases/{id}