Knowledge Bases API
Interact directly with your Knowledge Bases
Last updated
Interact directly with your Knowledge Bases
Last updated
The AirOps REST API allows users to both read and write to their Knowledge Bases as needed.
You can call the Knowledge Bases REST API directly from the AirOps UI. To get started, simply navigate to the desired Knowledge Base and click on its "Rest API" tab as shown below:
Currently, the AirOps Knowledge Bases API supports the following calls:
Search -- a read-only endpoint that performs a semantic search with filtering through the Knowledge Base. See our document on Knowledge Bases Metadata for more details on filtering.
Insert -- a write endpoint to populate your Knowledge Base with additional content
Update -- a write endpoint that lets you edit the underlying information of your connected content
Delete -- a write endpoint to remove content from your Knowledge Bases
The "REST API" tab shown above walks through how to execute each of these calls, as well as the expected results.
If there are any additional functions that are critical to your business, but currently missing an API call to help you automate, we would love get your feedback!