DeeplinTK

Smart TikTok account management — automate content publishing, sync user data, and streamline multi-account workflows to reduce manual effort.

Connect TikTok Account

🔐 Secure OAuth

Industry-standard OAuth 2.0 integration with TikTok. Token auto-refresh keeps your connection alive.

📹 Video Publishing

Publish videos via URL or file upload. Track publishing status in real-time with async polling.

👥 Multi-Account

Manage multiple TikTok accounts from one dashboard. Batch sync user profiles effortlessly.

🛠 API Endpoints

GET /auth/tiktok/login — Initiate TikTok OAuth
GET /tiktok/accounts — List authorized accounts
GET /tiktok/user-info?openId=xxx — Get user details
POST /tiktok/sync-users — Batch sync all accounts
GET /tiktok/creator-info?openId=xxx — Query creator options
POST /tiktok/video/publish — Publish video via URL
POST /tiktok/video/upload — Upload & publish video
GET /tiktok/video/status?openId=xxx&publishId=xxx — Check publish status
POST /tiktok/token/refresh — Manually refresh token