Sometimes you might want to extend KnowledgeOwl's built in functionality by utilizing client side API calls in your knowledge base. Previously, this involved constructing an AJAX call that contains a KnowledgeOwl API key for authentication. Howev...
The KnowledgeOwl API supports a selection of query operators, allowing you to add logic to the body of your API calls. This means you can do things like search for a particular name or term, or filter your results. This section lists all the avail...
To use the examples we provide in our Postman collection, you must do some extra setup:
Either place the file you want to upload in your Postman working directory, or enable reading all files. Refer to the Postman documentation for more ...