Get post detail by video ID or URL
Posts
Get post detail by video ID or URL
Returns full metadata for a single TikTok video. Supply either videoId (the numeric ID) or url (a full TikTok share URL) — exactly one is required.
GET
Get post detail by video ID or URL
Returns full metadata for a single TikTok video. Supply either
videoId (the numeric ID) or url (a full TikTok share URL) — exactly one is required.Authorizations
Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.
Query Parameters
Numeric TikTok video ID. Required if url is not provided.
Pattern:
^\d+$Full TikTok video share URL (must contain /video/{id}). Required if videoId is not provided.