POST
/
api
/
v1
/
knowledge-engines
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
}

Body

application/json

Response

201
application/json
Knowledge engine created successfully

The response is of type object.