Semantic Search - API
Semantic Search
POST
/
v1
/
semantic-search
Description
Search semantically similar records from a dataset. Read the dataset documentation to get started.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Query string to search semantically similar records
Dataset ID to search from.
Maximum number of results to return. Defaults to 10.
Required range:
x > 0
Minimum semantic similarity score threshold for the results. Defaults to 0.0.
Required range:
0 < x < 1
Response
200 - application/json
List of semantic search results, ordered by score in descending order