TikTok ​
Access user data, post videos, and manage content via the TikTok API.
| Detail | Value |
|---|---|
| Category | Social Media |
| Base URL | https://open.tiktokapis.com/v2 |
| Authentication | OAuth2 |
| Endpoints | 5 |
| Connector key | tiktok |
Using TikTok in a workflow ​
- Go to Connections and click New Connection.
- Pick TikTok from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /user/info/ | Get user info |
| POST /video/list/ | List user videos |
| POST /video/query/ | Get video details by IDs |
| POST /post/publish/video/init/ | Initialize a video upload |
| POST /post/publish/status/fetch/ | Check publish status |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.