Feed
lookup · $0.0010A batch of recommended videos.
POST https://api.sorina.sh/v1/tiktok/feed
Body
fieldtypewhat it is
count integer?
How many to ask for. Defaults to 6 and is ignored upstream — every value from 1 to 20 came back with the same ten to thirteen videos.
A type written with ? is optional. Unknown fields are rejected rather than ignored, and the whole body is capped at 64 KiB.
Example
curl -X POST https://api.sorina.sh/v1/tiktok/feed \
-H "authorization: Bearer $SORINA_KEY" \
-H 'content-type: application/json' \
-d '{"count":6}'What comes back
JSON, 350–550 KB per call: aweme_list with ten to thirteen whole video objects, plus has_more, max_cursor and min_cursor.
There is no page-size knob and no cursor to follow. Paging this route means calling it again, and what comes back reflects the recommendation state behind it rather than a stable list you can walk.
It is the cheapest source of sec_uid values, which /users requires.