Introduction

Welcome to the TikLiveAPI documentation. Our API allows you to access public data from TikTok, including user profiles, videos, hashtags, and more.

The base URL for all requests is:

https://api.tikliveapi.com

Authentication

All API requests require an API key. You can pass your API key in the request header.

headers: { "X-Api-Key": "YOUR_API_KEY" }

We do not ask for your TikTok account or password. You do not need to log in with your TikTok account to make requests.

Rate Limits

We implement rate limiting to ensure fair usage. Standard plans allow for 200 requests per minute.