cURL
curl --request GET \ --url https://api.thesearchx.com/{clientId}/datasource/{datasourceId}/search \ --header 'Authorization: Bearer <token>'
{ "success": true, "results": [ { "_score": 123, "ttmId": "<string>", "...other properties...": "<unknown>" } ] }
Get Search Result by query
Here, Bearer Token is your Client API Key You can find at your Client Page
You can find Client ID at your Dashboard
You can find Datasource ID at your Dashboard
Search Keyword
Threshold score of results
Number of results
Search response
Show child attributes