Get a list of users with the highest or lowest score of an AI label

This API takes a AI label name as input and returns a list of users with either the highest or lowest scores for that label.

To provide more control for exploration, you can specify the minimum activity count required for the user to be considered, and also a ratio range and a confidence range to be considered. ratio is the percentage of the user's activity related ot the specified label, and confidence is the AI model confidence score (returned as score in the API results)

The API returns the user_id (fid), score (for the label), count (number of activities related to the label), and ratio (percentage of activities related to the label)

Language
Authorization
Header
Click Try It! to start a request and see the response here!