
You need to save your search interface before accessing API features. If you see a “Save your search” banner at the top of the dialog, click Save on the Interface tab first.
Endpoint
The API exposes one endpoint: POST /search/{id}/run This runs a search with your provided inputs. It supports both regular responses and SSE (Server-Sent Events) streaming.Request preview
The dialog provides a code snippet showing exactly how to call the endpoint. View the snippet in four languages by clicking the tabs:- Python
- JavaScript
- cURL
- HTTP
Key parameters
Authentication
All API requests require a Bearer JWT token in the Authorization header. The code snippet includes a placeholder showing where to insert your token.Full API reference
Knowledge Base API Reference
Create, fetch, list, query, index, and delete knowledge bases and documents.
