#1 Serverless
TikTok LIVE
WebSocket API

High-fidelity WebSockets that work in any language.

1M+
events/day
<50ms
latency
99.9%
uptime

See it in action

Connect to a real TikTok LIVE stream and watch events flow in real-time.

Gifts & Donations
Live Comments
Likes & Reactions
Follows & Joins
Sub-50ms latency·Real-time streaming
const apiKey = "MY_API_KEY";
const wsUrl = `wss://ws.eulerstream.com?uniqueId=tv_asahi_news&apiKey=${apiKey}`;
const ws = new WebSocket(wsUrl);
 
// Log event messages
ws.onmessage = (event) => {
  const data = JSON.parse(event.data);
  if (data && data.messages) {
    data.messages.forEach((msg) => {
      console.log(msg);
    });
  }
}
> Connect to @tv_asahi_news on TikTok LIVE

Start building
in minutes.

Connect to any TikTok LIVE stream with a single WebSocket connection.