Security AI Assistant API
Create a KnowledgeBase
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/security_ai_assistant/knowledge_base</span></div>Refer to Spaces for more information.
Create a knowledge base. Use this endpoint when no specific resource identifier is needed.
post/api/security_ai_assistant/knowledge_base
Query parameters
modelIdstring
ELSER modelId to use when setting up the Knowledge Base. If not provided, a default model will be used.
ignoreSecurityLabsboolean
Indicates whether we should or should not install Security Labs docs when setting up the Knowledge Base. Defaults to false.
Response
Indicates a successful call.
Example response
{
"success": true
}