Get TikTok video
tiktok_video_getGet a single TikTok video by URL. Author is identity-only (no follower counts) — use tiktok_profile_get for metrics. Credits: 1 (+downloadMedia add-on).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Link to the video or photo post. | |
| trim | No | When true, returns a smaller response with fewer fields. | |
| region | No | Optional ISO 3166-1 country code used to route the request when needed. | |
| downloadMedia | No | When true, includes hosted CDN URLs in `downloads` when available. Adds 10 credits (11 total with the base lookup) on successful lookups, even if `downloads` is empty. | |
| getTranscript | No | When true, includes the video transcript (WEBVTT) in `transcript` when one is available. |