Skip to main content
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

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Query Parameters

videoId
string<int64>

Numeric TikTok video ID. Required if url is not provided.

Pattern: ^\d+$
url
string<uri>

Full TikTok video share URL (must contain /video/{id}). Required if videoId is not provided.

Response

Success

meta
object

Response metadata present in every API response

data
object

A normalized TikTok video post

pagination
object | null

Always null; this endpoint returns a single object and does not paginate.

Example:

null

error
object | null

Error details. Present only when the request failed; null on success.