Skip to content

Getting Started

Fresh

GEELark 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

CategoryDescription
Cloud PhoneCreate, start, stop, delete, update cloud phones
AutomationSocial media tasks (TikTok, Instagram, Facebook, etc.)
Shell / ADBExecute shell commands on cloud phones
AppsInstall, uninstall, manage applications
FilesUpload/download files, manage asset library
WebhooksSet up callback notifications
ProxyAdd, update, delete, list proxies
TagsCreate, delete, search, modify tags
GroupsCreate, delete, query, modify groups
BillingBalance, plans, subscriptions
OEMWhite label customization

Browser API Endpoints

CategoryDescription
Browser ManagementCreate, update, delete, list, start, close browsers
Browser AutomationTask management for browser environments
BookmarksSet and get browser bookmarks

Next Steps

  1. Set up authentication
  2. Understand the request format
  3. Try the code examples

GEELark API Documentation - Built with VitePress