Unofficial TikTok Live Recorder API — Tracked Accounts
GET/POST/DELETE/api/v1/recorder_accounts
Manage the accounts your key tracks for auto-recording. GET lists them (with live status); POST {username} adds one (up to your limit); DELETE {username} stops tracking one.
| Parameter | Description | |
|---|---|---|
username | optional | TikTok username/@handle/URL. Required for POST and DELETE. |
live | optional | GET only: 0 to skip the live check (faster; is_live=null). |
key | required | Your API key (query ?key=, ?api_key=, or header X-API-Key). |
Returns
GET: max_accounts, count, accounts[] (username, nickname, avatar, is_live, added_at). POST: the added account. DELETE: removed.
Example Request
https://dev.omar-thing.site/api/v1/recorder_accounts?username=purrglitter&live=1&key=YOUR_API_KEY&key=YOUR_API_KEY
Sends a live request using your API key above.
More Other endpoints
- Unofficial TikTok Live Recorder API — Keep a recording permanently (bookmark) so retention never deletes it, or clear the bookmark.
valuedefaults to true. - Unofficial TikTok Live Recorder API — Get a temporary signed URL to play one of your recordings (video + thumbnail). Links expire after an hour.
- Unofficial TikTok Live Recorder API — List the live recordings captured for the accounts your key tracks, newest first. Optionally filter by a tracked username.