Getting Started
FreshGEELark provides two API systems for managing cloud phones and anti-detect browsers.
Cloud Phone API (Remote)
- Base URL:
https://openapi.geelark.com/open/v1/... - Method: All requests use POST with JSON body
- Auth: Token verification or Key verification (choose one)
- Rate Limit: 200 requests/minute, 24,000 requests/hour
Browser API (Local)
- Base URL:
http://localhost:40185/api/v1/browser/... - Method: All requests use POST with JSON body
- Auth: None required (local desktop client)
- Rate Limit: 200 requests/minute, 24,000 requests/hour
- Prerequisite: GEELark desktop client must be open and logged in
API Categories
Cloud Phone API Endpoints
| Category | Description |
|---|---|
| Cloud Phone | Create, start, stop, delete, update cloud phones |
| Automation | Social media tasks (TikTok, Instagram, Facebook, etc.) |
| Shell / ADB | Execute shell commands on cloud phones |
| Apps | Install, uninstall, manage applications |
| Files | Upload/download files, manage asset library |
| Webhooks | Set up callback notifications |
| Proxy | Add, update, delete, list proxies |
| Tags | Create, delete, search, modify tags |
| Groups | Create, delete, query, modify groups |
| Billing | Balance, plans, subscriptions |
| OEM | White label customization |
Browser API Endpoints
| Category | Description |
|---|---|
| Browser Management | Create, update, delete, list, start, close browsers |
| Browser Automation | Task management for browser environments |
| Bookmarks | Set and get browser bookmarks |