Description
This endpoint allows you to fetch comprehensive metadata about a specific TikTok video, including video details, author information, statistics, music, hashtag challenges, and more.Endpoint
POST/api/v1/get-tiktok-video
Request Headers
| Header | Type | Description |
|---|---|---|
Content-Type | string | Must be application/json. |
Authorization | string | Your API key (Bearer token). e.g. Bearer sk_xxx |
Request Body
| 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 |
The
url must be a valid TikTok video URL, e.g., https://www.tiktok.com/@username/video/1234567890 or https://vm.tiktok.com/ZMhKxyz/Responses
Success (200 OK)
Returns comprehensive video information including metadata, statistics, author details, music, and challenges.Content-Type: application/json
- X-RateLimit-Limit: The rate limit for the user.
- X-RateLimit-Remaining: The remaining number of requests for the user.
Error Responses
400 Bad Request
Indicates an issue with the request parameters.Invalid 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.
401 Unauthorized
API key is missing, invalid, or inactive.403 Forbidden
API key does not have enough credits.404 Not Found
The requested TikTok video could not be found.500 Internal Server Error
An unexpected error occurred on the server.Service not configured. Please contact support.Service authentication failed. Please contact support.An unexpected server error occurred...
502 Bad Gateway
Indicates an issue with an upstream service.The video service is currently unavailable.Received invalid data structure from video service.Error fetching video data from the upstream service.
503 Service Unavailable
Rate limit exceeded with an upstream service.Example Request
cURL
Node.js (fetch)
Notes
- The response includes comprehensive video metadata suitable for analytics, content management, and monitoring.
- Video statistics include views (playCount), likes (diggCount), comments, shares, and saves (collectCount).
- The
textExtraarray provides detailed information about hashtags mentioned in the video description with their positions. - Music information is included when the video uses a soundtrack.
- Challenge/hashtag data includes cover images and descriptions.
Credit Cost
This endpoint costs 1 credit per successful request. For more details, see our Credit Costs page.Rate Limiting
This endpoint is subject to standard API rate limits. Check theX-RateLimit-Limit and X-RateLimit-Remaining headers in the response to monitor your usage.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json