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_id
The unique identifier for the dataset
text_query
The text query to search for
limit
Max number of items to return from hybrid search
offset
Offset number for pagination
datetime_filter
Filter results to only include items with timestamps within this datetime range
Response
Successful Response
data
The results from hybrid search
