v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
Security AI Assistant API

Create a KnowledgeBase

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<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.

successboolean

Identify the success of the method execution.

Example response

{
  "success": true
}