Skip to documentation
Browse documentation

Video detail

Fetch public video metadata, author, and engagement totals.

Capability ID tiktok.post.get
Cost 1 credit per request
Maximum runtime 45 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

handle string optional

TikTok creator handle, with or without the leading @, used to build the canonical post URL.

Example englishedit2
video_id string required

Numeric TikTok video ID from the post URL.

Example 7656260930187037982

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
request_url string https://www.tiktok.com/@englishedit2/video/7656260930187037982
video object 9 fields
video.author_handle string englishedit2
video.comment_count integer 123
video.cover_url string https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/osIBQBE…
video.create_time integer 1782612176
video.description string #Hollywood #HollywoodMovie #HollywoodScene #HollywoodClip #MovieShorts …
video.id string 7656260930187037982
video.like_count integer 34700
video.play_count integer 2100000
video.share_count integer 449

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.