Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Schema for vector search request.
The search query text
The content database ID to search in
List of vector database IDs to search in
The type of search to perform (vector, keyword, hybrid)
The maximum number of results to return
Required range:
1 <= x <= 1000Filters to apply to the search results
Pagination metadata. Limit and page number to return a subset of results. Inline metadata schema for pagination.