cURL
curl --request GET \ --url http://localhost:8787/api/v1/analysis/top-categories
{ "categories": [ { "category": "<string>", "count": 123 } ] }
Retrieve the most frequent categories for the authenticated user
User's top categories
The response is of type object.
object