Overview
TikTok API covers user info, video list, video queries, posting (limited). The Automize TikTok connector covers these endpoints.
- Regions: Global.
- Plans: Free Login Kit API + paid Content Posting API.
Setting up the connection
Auth type: OAuth 2.0 (Authorization Code).
- TikTok for Developers → create app → request scopes.
- In Automize → Settings → Connectors → TikTok. Paste credentials.
Find your credentials at https://developers.tiktok.com/.
Rate limits
Per-app + per-user.
Data model
Content primitives:
User ─── Videos ─── (interactions limited via API)Available operations
5 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Get User Info | General | Get authenticated user information |
| Initialise Video Upload | General | Initialise a video upload for publishing |
| List Videos | General | List videos for the authenticated user |
| Get Publish Status | General | Check the status of a video publish |
| Query Videos | General | Query videos with filters |
Operations
Get User Info
Get authenticated user information
No input parameters.
Tips
- scope: user.info.basic. Returns avatar, display_name, follower_count.
Initialise Video Upload
Initialise a video upload for publishing
| Parameter | Required | Type | Description |
|---|---|---|---|
Post Info post_info | Yes | text | |
Source Info source_info | Yes | text |
List Videos
List videos for the authenticated user
| Parameter | Required | Type | Description |
|---|---|---|---|
Max Count max_count | Yes | text | |
Cursor cursor | Yes | text |
Tips
- scope: video.list. Pages via cursor.
Get Publish Status
Check the status of a video publish
| Parameter | Required | Type | Description |
|---|---|---|---|
Publish Id publish_id | Yes | text |
Query Videos
Query videos with filters
| Parameter | Required | Type | Description |
|---|---|---|---|
Filters filters | Yes | text |
Tips
- By video_id. Returns metrics + share urls.
FAQ
- TikTok Shop?
- Separate API. Apply to TikTok Shop Partner Center.