Hybrid Search (POST)
Performs search, using a combination of syntactic and semantic search.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
namespace
The namespaces for hybrid search.
query
The query string.
limit
The maximum number of items to return in a page. The default is
'10'.
semantic_weight
The weightage for semantic search. Values between 0 and 1 are
accepted.
Response
Hybrid search response.
results
The search results.