Feed from a video

lookup · $0.0010

The feed as it opens from a shared link.

POST https://api.sorina.sh/v1/tiktok/feed/from

Body

aweme_id string
The video to start from. It comes back at position 0.
count integer?
How many to ask for. Defaults to 6, and is ignored the same way /feed ignores it.

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/from \
  -H "authorization: Bearer $SORINA_KEY" \
  -H 'content-type: application/json' \
  -d '{"aweme_id":"7639719512924835103","count":8}'

What comes back

The same shape as /feed — aweme_list, has_more, max_cursor — with the video you named first in the list.

This is not a similar-videos endpoint. What follows the seed is the ordinary recommendation feed. We checked rather than assumed: two unrelated seeds produced tails that matched each other’s personalisation, not their seeds. If you want videos like a given one, this will not give you them, and neither will anything else here.