Open API (1.0.0)
Manage MoreLogin browser profiles and cloud browser runtimes remotely through the MoreLogin Open API.
Base URL: https://api.morelogin.com
The Open API manages the same browser profiles as the Local API, but it does not require the MoreLogin desktop client. Because no local client is involved, the Open API cannot launch a browser on your own machine. Instead, it can start the profile as a cloud runtime that runs on MoreLogin infrastructure and is driven over the Chrome DevTools Protocol (CDP).
| Capability | Local API | Open API |
|---|---|---|
| Manage profiles, proxies, groups, tags | Yes | Yes |
| Launch the browser on your own machine | Yes | No |
| Launch the browser in the MoreLogin cloud | Yes | Yes |
ID encoding: MoreLogin IDs are 64-bit integers on the server, but they are serialized in JSON as decimal strings to avoid precision loss in JavaScript. Send them as strings and read them as strings.
Authentication uses an OAuth2 Bearer token. See Authentication for details.