REST API Interfaces Introduction and Examples
Profile
| Type | Description | API |
| POST | Create browser profile | /profile/create |
| POST | Create a random browser profile | /profile/random |
| POST | Update browser profile settings | /profile/update |
| POST | Get a list of all available browser profiles | /profile/list |
| GET | Detail browser profile | /profile/detail |
| GET | Sharing browser profile (batch operation) | /profile/share |
| GET | Browser profile unshare (batch operation) | /profile/cancelShare |
| GET | Transfer browser profile ownership (batch operation) | /profile/transferOwnership |
| GET | Remove browser (batch operation) | /profile/remove |
Group
| Type | Description | API |
| GET | Create a group | /tag/create |
| GET | Remove a group | /tag/remove |
| GET | Rename a group | /tag/rename |
| GET | Group list | /tag/list |
| GET | Browser profiles are moved in and out of specific groups | /tag/profile/move |
Local REST API
| Type | Description | API |
| GET | Launch the browser profile | /profile/start |
| GET | Stop the browser profile | /profile/stop |
| GET | Refresh the browser profile | /profile/refresh |
| GET | Open the specified page on the current tabs | /profile/openurl |
| GET | Open a new TAB | /profile/newtab |
| GET | Get webpage source code | /profile/source |
| GET | Send the file to the webpage | /profile/sendKeys |
| GET | Check the profile is running correctly | /profile/active |
| GET | Delete the local TEMP folder of a configuration file | /profile/delete |
| POST | Create the local profile and launch it | /profile/create_start |
| GET | Export the cookies from profile | /profile/cookies/export/webext |
| POST | Import cookie to browser profile | /profile/cookies/import/webext |
| POST | Execute Script | /profile/ExecuteScript |
| POST | Screen Shot | /profile/ScreenShot |
| POST | Get ALL Cookie | /profile/getCookies |
| POST | Ask if the current page has loaded | /profile/readyState |
| GET | Switch Frame | /profile/SwitchToFrame |
| GET | Switch TAB | /profile/page/bringToFront |
| GET | Closed TAB | /profile/page/close |
| GET | Restart client (no request parameters) | /client/restart |
| GET | Test Proxy | /proxy/test |