Skip to main content
POST
Dashboard Html Dataset Search

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Body

application/json
dataset_id
string<uuid>
required
sentence
string
required
filters
ColumnFilter · object[]
top_k
integer
default:50
Required range: x <= 1000
keyword_column
string | null

When set, runs hybrid search (vector + fuzzy text) on this column.

Response

Successful Response