Tiktok video no watermark

FREEMIUM
By yi005 | Updated 4 days ago | Social
Popularity

9.9 / 10

Latency

700ms

Service Level

100%

Health Check

100%

Back to All Discussions

what is 'cursor' value stands for?

Rapid account: Oferbin 8080
oferbin8080
a year ago

In “get challenge post videos” I want to load more than the MAX of 35 videos.
Is it possible with “cursor”?
What is “cursor” stands for?

Thanks

Rapid account: Yi 005
yi005 Commented a year ago

Hello,

You can put the “cursor” value returned by the previous request into the parameters of the next request to get more content.

for example:

First request:
"/challenge/posts?challenge_id=33380&count=35&cursor=0"

Response:
{“code”:0,“msg”:“success”,“data”:{“videos”:[],“cursor”:20}}

next request:
"/challenge/posts?challenge_id=33380&count=35&cursor=20"

Join in the discussion - add comment below:

Login / Signup to post new comments