Unofficial TikTok Live Recorder API — Bookmarks
POST/api/v1/recorder_bookmark
Keep a recording permanently (bookmark) so retention never deletes it, or clear the bookmark. value defaults to true.
| Parameter | Description | |
|---|---|---|
id | required | The recording id (from /recorder/recordings). |
value | optional | true to bookmark (default), false to un-bookmark. |
key | required | Your API key. |
Returns
id and the new bookmarked state.
Example Request
https://dev.omar-thing.site/api/v1/recorder_bookmark?id=42&value=true&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 — 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.
- 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.