1. Function Overview
The API capabilities support programmatic invocation of browser and cloud phone functions. You can automate all browser and cloud phone tasks across various scenarios using the Local API, and complete dedicated cloud phone automation tasks using the Open API. Click the entry below to view the latest tutorials, code examples, and execution results.
2. How to use
The sample codes in this document are from:MoreLogin API Demos and Run in Postman
2.1 Open MoreLogin client to get the API interface.
2.2 Confirm the interface status, API ID and API Key through "Profile"->"API".
2.3 Check the interface status in the API page as "Success", the current version of API interface address: http://127.0.0.1:40000, the port number is based on the address you see in the settings.
2.4 Configure the "return address" to receive information about API operations. The current callback scenario is: successful start the cloud phone profile.
3. Unterface-free service
MoreLogin supports headless startup of interfaceless services to operate the Local API.
"headless" is the parameter to start the headless service.
Make sure you have your CMD or Terminal open in the MoreLogin home directory - installation directory (MoreLogin/MoreLogin Global).
Command Line Startup
The supported parameters to pass when starting the interfaceless service are:
Parameter | Required | Description |
--headless | YES | Value of ture refers to an interface-less service |
--api-port | YES | Specified Local API service port |
MoreLogin Global:
Windows: start /WAIT MoreLogin.exe --headless=true --port=51473
MacOS: "/Applications/MoreLogin.app/Contents/MacOS/MoreLogin" --headless=true --port=40008
4. Cautions
There is a request frequency limit for interfaces, with a maximum of 120 requests per minute per interface.
It is necessary to update the system to version 2.9.0 and above.
Need more help? Contact us:



