Perform a search query on the automatically generated document summaries in the system.
This endpoint allows for complex filtering of search results using PostgreSQL-based queries. Filters can be applied to various fields such as document_id, and internal metadata values. Allowed operators includeDocumentation Index
Fetch the complete documentation index at: https://io.net/docs/llms.txt
Use this file to discover all available pages before exploring further.
eq, neq, gt, gte, lt, lte, like, ilike, in, and nin.The access token received from the authorization server in the OAuth 2.0 flow.
The search query to perform.
Default value of custom allows full control over search settings. Pre-configured search modes: basic: A simple semantic-based search. advanced: A more powerful hybrid search combining semantic and full-text. custom: Full control via search_settings. If filters or limit are provided alongside basic or advanced, they will override the default settings for that mode.
basic, advanced, custom Settings for document search
200