Retrieves detailed information about a specific TikTok video.
/api/v1/get-tiktok-video
| Header | Type | Description |
|---|---|---|
Content-Type | string | Must be application/json. |
Authorization | string | Your API key (Bearer token). e.g. Bearer sk_xxx |
| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
url | string | The full TikTok video URL. | Yes | |
requestSource | string | Optional. Source of the request (e.g., MAKE_DOT_COM, ZAPIER, API). | No | API |
url must be a valid TikTok video URL, e.g., https://www.tiktok.com/@username/video/1234567890 or https://vm.tiktok.com/ZMhKxyz/Content-Type: application/jsonInvalid JSON in request body'url' parameter is required and must be a non-empty string.Invalid TikTok video URL format.The video service could not process the provided URL.The video service reported an issue.Service not configured. Please contact support.Service authentication failed. Please contact support.An unexpected server error occurred...The video service is currently unavailable.Received invalid data structure from video service.Error fetching video data from the upstream service.textExtra array provides detailed information about hashtags mentioned in the video description with their positions.X-RateLimit-Limit and X-RateLimit-Remaining headers in the response to monitor your usage.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.