Creates a new knowledge model.

This endpoint initializes a new knowledge model for organizing and managing structured information.

post/v1/knowledge-models

Request body

namestring required

Name of the knowledge model.

descriptionstring nullable

Optional description of the knowledge model.

shared_type'all' | 'tenant' | 'private'
share_documentsboolean

Flag to allow sharing documents with knowledge model depends on shared type

Example request

{
  "name": "Materials knowledge model",
  "description": "This model allows you to chat about materials science research field."
}

Response

Successful Response

idstring required
namestring required
descriptionstring nullable required
shared_type'all' | 'tenant' | 'private' required
created_atstring date-time required
share_documentsboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.