Tiktok Signature
Complete TikTok API: 21+ endpoints for profiles, videos, followers, comments, search, trending, hashtags, video & audio downloads. No login required
630 ms avg latency
21 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Tiktok Signature endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
getVideoComments /video/comments |
Get comments on a TikTok video with pagination support. |
| POST |
getVideoDetail /video/detail |
Get full video details including stats (views, likes, shares, comments), music info, author info, cover images, and download URLs. |
| POST |
searchUsers /search/user |
Search for TikTok users by keyword. Returns matching profiles with stats. |
| POST |
getPlaylistVideos /playlist/videos |
Get all videos in a TikTok playlist. |
| POST |
getUserCollection /user/collection |
Get a user's favorites/collection items. |
| POST |
getUserFollowers /user/followers |
Get the list of followers for a TikTok user. |
| POST |
getHashtagVideos /hashtag/videos |
Get videos for a specific hashtag/challenge. Use /hashtag/detail to get the challengeId first. |
| POST |
getHashtagDetail /hashtag/detail |
Get hashtag/challenge metadata including ID, view count, and description. |
| POST |
getUserPlaylists /user/playlists |
Get playlists created by a TikTok user. |
| GET |
healthCheck /health |
Check if the API is running and all services are healthy. |
| GET |
getDownloadStats /download/stats |
Get download statistics including total downloads, success rate, and platform breakdown. |
| POST |
downloadVideo /download/video |
Download a video (MP4) or extract audio (MP3) from TikTok, YouTube, or Instagram. Requires Basic plan for video, Pro plan for audio. **Supported platforms:** tiktok, youtube,… |
| POST |
scrapeVideoSigiState /tiktok/video/sigistate |
Scrape TikTok video data using SIGI_STATE method. No TikTok signature required. Returns full video metadata. **Requires Pro plan or higher.** |
| POST |
scrapeUserSigiState /tiktok/user/sigistate |
Scrape TikTok user profile data using SIGI_STATE method. No TikTok signature required. Returns rich user data including recent videos. **Requires Pro plan or higher.** |
| POST |
getExternalUserVideos /external/user-videos |
Get user videos using an alternative external API source. Useful as a fallback or for additional data. |
| POST |
genericFetch /fetch |
Generic fetch endpoint for making custom TikTok API calls with automatic signature generation. |
| POST |
getUserInfo /user/info |
Get detailed TikTok user profile including username, bio, avatar, follower count, following count, total likes, and video count. |
| GET |
getMyUsage /usage/me |
Get usage statistics for your current API key including total requests, endpoint breakdown, and response times. |
| POST |
getUserFollowing /user/following |
Get the list of users that a TikTok user is following. |
| POST |
getUserVideos /user/videos |
Get videos uploaded by a TikTok user with pagination support. Returns video details including stats, music, and cover images. |
| POST |
getTrending /trending |
Get trending/recommended TikTok videos. Returns fresh trending content from TikTok's feed. |