Unofficial TikTok Live Recorder API — Playback
GET/api/v1/recorder_play
Get a temporary signed URL to play one of your recordings (video + thumbnail). Links expire after an hour.
| Parameter | Description | |
|---|---|---|
id | required | The recording id (from /recorder/recordings). |
key | required | Your API key (query ?key=, ?api_key=, or header X-API-Key). |
Returns
video_url, download_url (same file, but saves instead of playing), thumb_url (may be null), expires_in, plus the recording's filename, duration_sec, size_bytes.
Example Request
https://dev.omar-thing.site/api/v1/recorder_play?id=42&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 — Keep a recording permanently (bookmark) so retention never deletes it, or clear the bookmark.
valuedefaults to true. - Unofficial TikTok Live Recorder API — List the live recordings captured for the accounts your key tracks, newest first. Optionally filter by a tracked username.