cURL
curl --request POST \ --url https://api.thesearchx.com/{clientId}/datasource/{datasourceId}/recommendation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "uid": "<unknown>", "threshold": 123, "limit": 123 } '
{ "success": true, "results": [ { "_score": 123, "ttmId": "<string>", "...other properties...": "<unknown>" } ] }
Recommendations based on your data
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
Value of datasource's identifier
identifier
Threshold score of results
Limit of results
Recommendations response
Show child attributes