Skip to content

tiktool/docs

Repository files navigation

TikTool API Documentation

Official documentation for the TikTool TikTok Live API — the developer-first platform for connecting to any TikTok LIVE stream in real time.

🌐 Live docs: tiktools.mintlify.app

What's Inside

Section Description
Getting Started Quick start guide, authentication (API keys + JWT), and pricing
WebSocket API Real-time connection to live streams — 30+ event types with sub-50ms latency
REST API 22 endpoints for URL signing, live checks, room data, rankings, gifts, and more
Live Captions AI-powered real-time transcription and translation for any TikTok Live stream
SDKs Official Node.js and Python SDKs
Integrations Unreal Engine 5 plugin for viewer-controlled games

Code Examples

Every endpoint includes working examples in 6 languages: Node.js, Python, cURL, Java, Go, and C#.

Local Development

npm i -g mint
mint dev

Preview at http://localhost:3000.

Links