API Single Call
- One live session, 12h window
- All detected qualities
- Great for a one-off pull
Developer API — programmatic TikTok LIVE extraction
Call our parsing engine from your own app, bot, or pipeline. Same original TikTok LIVE source URLs the free site returns — unlocked with one X-API-Key header. No browser, no session cookie.
Three steps from zero to your first programmatic extraction.
Pick an API plan below. Your key (tkai_live_…) is shown the moment PayPal confirms payment.
POST the TikTok LIVE URL with your key as the X-API-Key header. We return JSON with all available source URLs.
Pipe the returned URLs straight into OBS, FFmpeg, or your own recorder. We never proxy the video.
One endpoint. JSON in, JSON out. Full quality (including 1080p+) is returned for valid keys.
https://tkai.asia/api/v1/extract
# Authenticate with your key, send the live URL curl -X POST https://tkai.asia/api/v1/extract \ -H "Content-Type: application/json" \ -H "X-API-Key: tkai_live_xxxxxxxxxxxxxxxx" \ -d '{"url":"https://www.tiktok.com/@username/live"}' # 200 OK → returns every detected source URL (premium included) { "live": true, "username": "username", "bestUrl": "https://…/index.m3u8", "streams": [ { "label": "1080p Full HD", "url": "…" }, … ], "premiumUnlocked": true }
Usage-based access to the parsing engine. Billing is synced with the same engine that powers the site.
tkai.asia) stays free and unlimited for human visitors. The API is the programmatic path: $0.99 single / $3.99 7-day / $19.99 1-month. Site plans are separate ($1.49 Single LIVE Unlock, $4.99 7-Day Pro).