Video detail

lookup · $0.0010

One video, by id.

POST https://api.sorina.sh/v1/tiktok/videos/detail

Body

aweme_id string
The video. Digits only — a non-numeric id is refused rather than passed on.

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

What comes back

We have never seen this path answer with a body, so we will not describe one. It is the single-id sibling of /videos and is served because it costs nothing to keep reachable.

Use /videos with a one-element list instead. That is the path the platform’s own app uses, and it is the one with an observed response.