Popular Articles
How can I get access to special endpoints?
Interaction endpoints such as Follow, Like, Comment are only available to trusted clients in order to prevent abuse and keep the service working properly. If you want access to these endpoints please send us an email or a chat request and include the ...
Is it legal to use TikAPI?
Like most of the things, it depends on your intentions and how you use the API. Scraping data is legal, as long as you respect the copyrights. TikTok doesn't like spam bots and abusing their service, and the same goes for us. We don't allow any kind ...
How to download videos?
Endpoints for getting posts such as Get feed posts or the Get video information endpoint return the video(s) information in the JSON response object. You can download the video file using the link at the downloadAddr or playAddr field. Example ...
When does API rate-limit reset?
The API limit doesn't reset at a fixed time. It is dynamic — a sliding window technique. The total number of requests made in the last 24 hour interval (starting from your first request) is counted. If the total count equals your subscription limit ...
What are OAuth users?
A OAuth user is a logged in TikTok account that has given you authorization to perform actions on their account or view private information. You can ask users to "Login with TikTok", just like Google or Facebook. We've made this possible by ...