Instagram Tasks
FreshInstagram Publish Reels Video
URL: https://openapi.geelark.com/open/v1/rpa/task/instagramReels
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| video | Yes | string | Video URL |
| videoDesc | No | string | Description |
| sameAudioUrl | No | string | Use same audio URL |
| sameAudioVolume | No | integer | Same audio volume (0-100) |
| aiTags | No | bool | AI-generated tags |
Instagram Publish Reels Album
URL: https://openapi.geelark.com/open/v1/rpa/task/instagramAlbum
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| images | Yes | array[string] | Image URLs |
| videoDesc | No | string | Description |
| sameAudioUrl | No | string | Use same audio URL |
| post | No | string | Post content |
| aiTags | No | bool | AI-generated tags |
Instagram AI Account Warmup
URL: https://openapi.geelark.com/open/v1/rpa/task/instagramWarmup
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| duration | Yes | integer | Duration in minutes |
| browseCount | No | integer | Number of videos to browse |
| keywords | No | array[string] | Search keywords |
Instagram Send DM
URL: https://openapi.geelark.com/open/v1/rpa/task/instagramDM
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| targetUser | Yes | string | Target username |
| message | Yes | string | Message content |
Instagram Auto Login
URL: https://openapi.geelark.com/open/v1/rpa/task/instagramLogin
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| account | Yes | string | Account |
| password | Yes | string | Password |
Edit Instagram Profile
URL: https://openapi.geelark.com/open/v1/rpa/task/instagramEditProfile
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| avatar | No | string | Avatar URL |
| nickName | No | string | Display name |
| bio | No | string | Bio text |
| site | No | string | Website URL |