Hybrid Search

Performs a semantic search using a text query that fuses visual content and user-provided metadata to retrieve the most contextually relevant results.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid4"
The unique identifier for the dataset
text_querystringRequired
The text query to search for
limitintegerOptional1-200Defaults to 100
Max number of items to return from hybrid search
offsetintegerOptional0-300Defaults to 0
Offset number for pagination
datetime_filterobject or any or nullOptional
Filter results to only include items with timestamps within this datetime range

Response

Successful Response
datalist of objects
The results from hybrid search

Errors