GET
/
api
/
v1
/
analysis
/
top-tags
curl --request GET \
  --url http://localhost:8787/api/v1/analysis/top-tags
{
  "tags": [
    {
      "tag": "<string>",
      "count": 123
    }
  ]
}

Response

200 - application/json

User's tag analysis

The response is of type object.