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