--- title: 'TikTok' description: 'Access user data, post videos, and manage content via the TikTok API.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **TikTok** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /user/info/](./get_user_info_social_getuserinfo) | Get user info | | [POST /video/list/](./post_video_list_social_listvideos) | List user videos | | [POST /video/query/](./post_video_query_social_queryvideos) | Get video details by IDs | | [POST /post/publish/video/init/](./post_post_publish_video_init_social_initvideoupload) | Initialize a video upload | | [POST /post/publish/status/fetch/](./post_post_publish_status_fetch_social_getpublishstatus) | Check publish status | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.