Automation Tasks
FreshGEELark supports automated tasks across multiple social media platforms. Tasks are created via the API and executed on cloud phones.
Supported Platforms
| Platform | Features |
|---|---|
| TikTok | Video/album posting, login, profile edit, warmup, likes, comments, follow, DM |
| Login, comment, post, warmup, Reels, DM | |
| Reels video/album, warmup, login, profile edit, DM | |
| YouTube | Shorts and video publishing, warmup |
| Login, app download, app browsing | |
| SHEIN | Login |
| X / Twitter | Post publishing |
| Warmup, video, post | |
| Video, post | |
| Threads | Video, post |
Task Workflow
Common Task API
Add Task (TikTok Video/Album/Warmup)
URL: https://openapi.geelark.com/open/v1/task/addMethod: POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| planName | No | string | Task plan name |
| remark | No | string | Remarks (max 200 chars) |
| taskType | Yes | integer | 1=Video, 2=Warmup, 3=Image set |
| list | Yes | array | Task parameters (max 100) |
See TikTok Tasks for detailed parameters.
Task Status Codes
| Status | Description |
|---|---|
| 1 | Waiting |
| 2 | In progress |
| 3 | Completed |
| 4 | Failed |
| 7 | Cancelled |
Task Type Codes
| Code | Description |
|---|---|
| 1 | TikTok video posting |
| 2 | TikTok AI account warmup |
| 3 | TikTok carousel/album posting |
| 4 | TikTok account login |
| 6 | TikTok profile editing |
| 42 | Custom (Facebook, YouTube, etc.) |