Creates a new public knowledge engine
curl --request POST \
--url https://api.getdecisional.ai/api/v1/knowledge-engines \
--header 'Content-Type: application/json' \
--data '{
"name": "Fintech Companies",
"description": "Knowledge engine for processing and analyzing fintech companies",
"notes": {
"tags": "fintech, startups, venture capital"
}
}'
{
"id": "kng_abc123xyz789",
"name": "Fintech Companies",
"description": "Knowledge engine for processing and analyzing fintech companies",
"notes": {
"category": "fintech"
},
"status": "ready",
"created_at": 1679644800
}
Knowledge engine created successfully
The response is of type object
.
curl --request POST \
--url https://api.getdecisional.ai/api/v1/knowledge-engines \
--header 'Content-Type: application/json' \
--data '{
"name": "Fintech Companies",
"description": "Knowledge engine for processing and analyzing fintech companies",
"notes": {
"tags": "fintech, startups, venture capital"
}
}'
{
"id": "kng_abc123xyz789",
"name": "Fintech Companies",
"description": "Knowledge engine for processing and analyzing fintech companies",
"notes": {
"category": "fintech"
},
"status": "ready",
"created_at": 1679644800
}
Creates a new public knowledge engine
curl --request POST \
--url https://api.getdecisional.ai/api/v1/knowledge-engines \
--header 'Content-Type: application/json' \
--data '{
"name": "Fintech Companies",
"description": "Knowledge engine for processing and analyzing fintech companies",
"notes": {
"tags": "fintech, startups, venture capital"
}
}'
{
"id": "kng_abc123xyz789",
"name": "Fintech Companies",
"description": "Knowledge engine for processing and analyzing fintech companies",
"notes": {
"category": "fintech"
},
"status": "ready",
"created_at": 1679644800
}
Knowledge engine created successfully
The response is of type object
.
curl --request POST \
--url https://api.getdecisional.ai/api/v1/knowledge-engines \
--header 'Content-Type: application/json' \
--data '{
"name": "Fintech Companies",
"description": "Knowledge engine for processing and analyzing fintech companies",
"notes": {
"tags": "fintech, startups, venture capital"
}
}'
{
"id": "kng_abc123xyz789",
"name": "Fintech Companies",
"description": "Knowledge engine for processing and analyzing fintech companies",
"notes": {
"category": "fintech"
},
"status": "ready",
"created_at": 1679644800
}