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
The content database id
List of vector database ids to search in
The type of search to perform
The maximum number of results to return
The filters to apply to the search
Pagination metadata. Limit and page number to return a subset of results. Inline metadata schema for pagination.