Reddit Tasks
FreshReddit AI Account Warmup
URL: https://openapi.geelark.com/open/v1/rpa/task/redditWarmup
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| duration | Yes | integer | Duration in minutes |
| keywords | No | array[string] | Search keywords |
Publish Video on Reddit
URL: https://openapi.geelark.com/open/v1/rpa/task/redditVideo
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| video | Yes | string | Video URL |
| title | Yes | string | Post title |
| subreddit | Yes | string | Target subreddit |
Publish Post on Reddit
URL: https://openapi.geelark.com/open/v1/rpa/task/redditPost
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| content | Yes | string | Post content |
| title | Yes | string | Post title |
| subreddit | Yes | string | Target subreddit |
| images | No | array[string] | Image URLs |