Route to get recommended groups. This route will return groups which are similar to the groups in the request body. You must provide at least one positive group id or group tracking id.
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
The API version to use for this request. Defaults to V2 for orgs created after July 12, 2024 and V1 otherwise.
V1
, V2
JSON request payload to get recommendations of chunks similar to the chunks in the request
The body is of type object
.
JSON body representing the groups which are similar to the positive groups and dissimilar to the negative ones
The response is of type object
.
The response is of type object
.
The response is of type object
.
Route to get recommended groups. This route will return groups which are similar to the groups in the request body. You must provide at least one positive group id or group tracking id.
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
The API version to use for this request. Defaults to V2 for orgs created after July 12, 2024 and V1 otherwise.
V1
, V2
JSON request payload to get recommendations of chunks similar to the chunks in the request
The body is of type object
.
JSON body representing the groups which are similar to the positive groups and dissimilar to the negative ones
The response is of type object
.
The response is of type object
.
The response is of type object
.