Performs a query against a specified dataset with the given parameters
dataset_id). You’ll need to specify which dataset you want to query in your request.
query_string: The search term or phrase you want to find in the datasetdataset_id: The unique identifier for the dataset you want to querylimit: Maximum number of results to return (default: 10)use_smaller_model: Option to use a smaller model for faster processing (default: false)Accept: text/event-stream header and handle the streaming response appropriately.
data field with JSON content.
400 Bad Request: Invalid parameters were provided401 Unauthorized: Invalid or missing API key404 Not Found: The specified dataset was not found500 Server Error: An internal server error occurredAPI key for authentication
The search query to execute against the dataset
"Engineers"
Identifier for the dataset to query
"118"
Maximum number of results to return
1 <= x <= 100Option to use a smaller model for faster but potentially less accurate results
Server-Sent Events stream with query processing updates
SSE stream with events containing JSON data