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.

ParameterDescription
idrequiredThe recording id (from /recorder/recordings).
valueoptionaltrue to bookmark (default), false to un-bookmark.
keyrequiredYour 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