Skip to main content
POST
Create a new knowledge engine

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
name
string
required

Name of the knowledge engine

Maximum string length: 50
Example:

"Fintech Companies"

description
string

Short description of what the knowledge engine is comprised of

Example:

"Knowledge engine for processing and analyzing fintech companies"

notes
object

Custom attributes and fields

Example:

Response

Knowledge engine created successfully

id
string

Alphanumeric 14 character string identifier

Example:

"kng_abc123xyz789"

name
string

Name of the knowledge engine

Example:

"Fintech Companies"

description
string

Description of the knowledge engine

Example:

"Knowledge engine for processing and analyzing fintech companies"

notes
object

Custom attributes and fields

Example:
status
enum<string>

Current status of the knowledge engine

Available options:
processing,
ready
Example:

"ready"

created_at
integer<int64>

Unix timestamp when this entity was created

Example:

1679644800