Overview
The TikTok Intel API is distributed exclusively through RapidAPI. Authentication is handled by passing your RapidAPI subscription key in a request header — no OAuth flows, no token rotation, no expiry management.If you call the API directly (not through the RapidAPI gateway), you must include the
x-rapidapi-key header manually. When using RapidAPI’s built-in proxy or code snippets, the header is injected automatically.Getting a key
- Go to the TikTok Intel API listing on RapidAPI.
- Click Subscribe to Test and select a plan.
- Your key is shown in the Security section of the API playground — copy it.
Sending the header
Addx-rapidapi-key to every request:
Error responses
| HTTP status | error.code | Meaning |
|---|---|---|
401 Unauthorized | UNAUTHORIZED | Key missing or malformed |
403 Forbidden | FORBIDDEN | Key valid but plan does not include this endpoint |
429 Too Many Requests | RATE_LIMITED | Monthly quota or per-second rate limit exceeded |