Leaderboards
Create a leaderboard
POST /v1/leaderboards{
"name": "My Campaign Leaderboard",
"community_id": "com_abc123",
"start_date": "2026-05-01",
"end_date": "2026-05-31",
"weights": {
"content_volume": 0.3,
"engagement": 0.4,
"brand_relevance": 0.2,
"smart_followers": 0.1
},
"platform_filter": ["tiktok", "x"],
"visibility": "public"
}Field
Type
Description
Weight key
What it measures
Get leaderboard rankings
List leaderboards
Parameter
Type
Description
Last updated
Was this helpful?