Skip to main content

Instructions


1. Feature Overview


The API enables programmatic access to browser and cloud phone features. You can use the Local API to automate browser and cloud phone workflows across all scenarios, and use the Open API to perform cloud-phone-specific automation tasks. Click an entry below to view the latest tutorials, code examples, and execution results.


2. How to Use


The sample code in this document is sourced from: MoreLogin API Demos, Run in Postman and Cloud Phone Open API Documentation

2.1 Open the MoreLogin client to access the API.

2.2 Go to “Developer & AI Agent” → “Developer” to confirm the API status, API ID, and API Key.

2.3 Check that the API status on the API page is successful. The API endpoint for the current version is: http://127.0.0.1:40000. The port number is subject to the address shown in Settings.

2.4 Configure the “token URL” to receive information about API operations. The currently supported callback scenario is: cloud phone started successfully.


3. Headless Service


MoreLogin supports starting a headless service to operate the Local API.

  • headless: the parameter used to start the headless service

  • Make sure CMD or Terminal is opened in the MoreLogin main installation directory (MoreLogin/MoreLogin Global).

  • Start from the command line

The following parameters can be passed when starting the headless service:

Parameter

Required

Description

--headless

Yes

When set to true, starts the headless service

--api-port

Yes

Specifies the Local API service port

MoreLogin Global:

On Windows: start /WAIT MoreLogin.exe --headless=true --port=51473

On macOS: "/Applications/MoreLogin.app/Contents/MacOS/MoreLogin" --headless=true --port=40008


4. Notes


  • API requests are rate-limited to a maximum of 120 requests per minute for each endpoint.

  • Update the system to version 2.9.0 or later.


Need More Help? Contact Us:


Did this answer your question?