REST API interface examples:
Groups
| Type | Description | API |
| POST/GET | Create a group | /tag/create |
| POST/GET | Remove a group | /tag/remove |
| POST/GET | Rename a group | /tag/rename |
| POST/GET | Get all groups list | /tag/list |
| POST/GET | Move the profile to specific group | /tag/profile/add |
| POST/GET | Move the profile from a specific group to the default group | /tag/profile/remove |
Profiles
| Type | Description | API |
| POST | Randomly create browser profile | /profile/random |
| POST | Create browser profile | /profile/create |
| POST | Update browser profile settings | /profile/update |
| POST/GET | Detail browser profile | /profile/detail |
| POST/GET | Sharing browser profile (batch operation) | /profile/share |
| POST/GET | Browser profile unshare (batch operation) | /profile/cancelShare |
| POST/GET | Transfer browser profile’s ownership (batch operation) | /profile/transferOwnership |
| POST/GET | Release the browser profile (batch operation) | /profile/release |
| POST/GET | Remove browser profile (batch operation) | /profile/remove |
| POST/GET | Get a list of all available browser profiles | /profile/list |
UserAgent
| Type | Description | API |
| GET/POST | Get a random User-Agent | /ua/rand |
Local REST API
| Type | Description | API |
| POST/GET | Launch the browser profile | /profile/start |
| POST/GET | Stop the browser profile | /profile/stop |
| POST/GET | Refresh the browser profile | /profile/refresh |
| POST/GET | Open the specified page on the current tabs | /profile/openurl |
| POST/GET | Open a new TAB | /profile/newtab |
| POST/GET | Get webpage source code | /profile/source |
| POST/GET | Send the file to the webpage | /profile/sendKeys |
| POST/GET | Check the profile is running correctly | /profile/active |
| POST/GET | Get a random profile information | /profile/randomProfile |
| POST/GET | Delete a profile of local TEMP folder | /profile/delete |
| POST | Create the local profile and launch it | /profile/create_start |
| POST/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 is loaded | /profile/readyState |
| POST/GET | Switch Frame | /profile/SwitchToFrame |
| GET | Test Proxy | /proxy/test |
Description of Settings in the Profiles
| Name | Specific Description |
| Create Profile | createProfileRequest |
| deviceOS List | devicesOS |
| acceptLanguage List | acceptLanguage |
| fontList | fontList |