🟢Profile Rank in Channel

Given a list of input FIDs, return a list of FIDs that are ranked based on the engagement relationships in the channel and ranked by Eigentrust algorithm.

Get Channel Rank For Fids

post

Given a list of input fids, return a list of fids that are ranked based on the engagement relationships in the channel and scored by Eigentrust algorithm.

Example: [1, 2]

Parameter 'lite' is used to indicate if additional details like fnames and percentile should be returned or not.

By default, lite is True

Path parameters
channelstring · enumRequiredPossible values:
Query parameters
litebooleanOptionalDefault: true
Bodyinteger[]
integer[]Optional
Responses
200
Successful Response
application/json
Responseany
post
POST /channels/rankings/{channel}/fids HTTP/1.1
Host: graph.cast.k3l.io
Content-Type: application/json
Accept: */*
Content-Length: 3

[
  1
]

No content

Query via handles: /channels/rankings/{channel}/handles [Try It!]

Last updated