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.

ParameterDescription
usernameoptionalTikTok username/@handle/URL. Required for POST and DELETE.
liveoptionalGET only: 0 to skip the live check (faster; is_live=null).
keyrequiredYour 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