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.

ParameterDescription
idrequiredThe recording id (from /recorder/recordings).
keyrequiredYour 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