Create knowledge item

Creates a new knowledge item and queues it for ingestion processing

Authentication

AuthorizationBearer
API token from https://app.resemble.ai/account/api

Request

This endpoint expects an object.
titlestringRequired<=50 characters
Title of the knowledge item
descriptionstringRequired<=200 characters
Description of the knowledge item
source_typeenumRequired
Type of knowledge source
Allowed values:
urlstringOptional
Required when source_type is url
raw_textstringOptional<=10000 characters
Required when source_type is text

Response

Knowledge item created successfully
successboolean or null
itemobject or null
messagestring or null

Errors