Live monitoring product
TikTok Monitoring API: creator uploads, reposts and lives
The 1322 TikTok monitoring API watches a selected list of creator accounts and streams new uploads, reposts, live starts and live ends as structured events, typically sub-second from publication, plus a media-ready event once a tracked video has a downloadable file. Creators are tracked by username or sec_uid, no TikTok developer account is required, and the tracked list is managed over REST from the dashboard, the API, or the Discord bot.
- Operating range
- Sub-second typical for uploads, reposts and live sessions
- Plans
- From $200/month
- Evaluation
- One-day full-product trial
Start with TikTok
The entry plan is $200/month for up to 5 tracked creators. Base plans include Discord delivery; WebSocket is a $100/month add-on. The dashboard, REST management, Telegram and signed-webhook routing are available according to the purchased source and enabled delivery features.
Need to validate the payload and operating range first? The one-day evaluation runs the actual product with a capped tracked list, no card and no purchase commitment.
What 1322 monitors on TikTok
- New video uploads (tiktok.upload.created)
- Reposts of another creator's video, with the original author (tiktok.repost.created)
- Live sessions starting and ending (tiktok.live.started, tiktok.live.ended)
- Downloadable media ready for a tracked video (tiktok.media.ready)
- Creator identity on every event: username, display name and sec_uid
How the event moves
Real-time delivery: REST management and Discord delivery are included in published base plans. WebSocket is a source-specific add-on; Telegram and signed-webhook routes depend on account configuration and enabled features. Base URL https://tiktok.1322.io. The feed is filtered to the accounts on your tracked list; manage that list through REST, Discord, or the dashboard.
Example TikTok event (trimmed)
{
"platform": "tiktok",
"eventType": "tiktok.upload.created",
"handle": "examplecreator",
"content": "new video",
"media": [{ "kind": "video", "url": "https://…" }],
"timestamp": "2026-06-07T12:00:00Z"
}new video is up
The same normalized event is rendered in the hosted live feed.
Common questions
What does it track?
New uploads, reposts, live starts and live ends for the creator accounts on your tracked list, plus a media-ready event when a tracked video has a downloadable file.
How do I add a creator?
By username or sec_uid, via the REST API, the Discord bot, or the dashboard.
Do I get live notifications?
Yes. Separate events mark a live session starting and ending, so a bot can open and close an alert on the same session.
What is the media-ready event?
A follow-up event for a tracked video carrying the downloadable media URL, so you can fetch the file once it is available instead of polling for it.
How fast?
Sub-second from publication in typical operation, pushed over WebSocket. This is an operating range, not an SLA.
Delivery?
REST management and Discord delivery are included in published base plans. WebSocket is a source-specific add-on; Telegram and signed-webhook routes depend on account configuration and enabled features.
Backfill?
No, real-time stream only. Events are not queued while your client is disconnected.
How is it authenticated?
Two separate credentials. REST calls use your API key in the X-API-Key header; the WebSocket uses your WebSocket credential in an Authorization: Bearer header. They are not interchangeable, and neither is passed in the URL.
Can I trial the TikTok feed before subscribing?
Yes. The standard one-day evaluation uses the real dashboard, live feed and production event payloads for a capped tracked list. It is requested through 1322 support and requires no card or purchase commitment.