Skip to main content
POST
Search Knowledge

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Schema for vector search request.

query
string
required

The search query

db_id
string | null

The content database id

vector_db_ids
string[] | null

List of vector database ids to search in

search_type
string | null

The type of search to perform

max_results
integer | null

The maximum number of results to return

filters
Filters · object | null

The filters to apply to the search

meta
Meta · object | null

Pagination metadata. Limit and page number to return a subset of results.

Response

Search results retrieved successfully

data
VectorSearchResult · object[]
required
meta
PaginationInfo · object
required