BitBrowser
Official WebsiteDownloadContact Us
BitBrowser
BitBrowser
  • BitBrowser - Professional Anti-detect Browser
  • Guide(Graphic)
    • Quick Start
      • OS and Hardware
      • Sign Up, Download and Install
      • Subscribe, Change plan and Renew
    • Browser Profiles
      • Add a new browser profile
      • Batch lmport Profiles
      • Batch add
      • Features and functions
      • Export browser profiles
      • Batch update browser profiles
      • Batch export cookies/Batch update cookies
    • Recycle Bin
    • Users
      • Roles and Permissions
      • Add Users and Set Permissions
    • Referral
    • Proxy
      • Http/Https/Sock5/Ssh
      • Luminati/Oxylabs/Iphtml/Ipidea
      • Extract proxy IP with api
      • How to use Rola-IP
      • How to use Dove Proxy
      • How to use IPIDEA
      • How to use Pia S5
      • How to use 922 S5
      • How to use IP2World Proxy in BitBrowser?
      • How to use Proxy302
      • How to use IPHTML
      • How to use BrightData
      • How to use PYPROXY S5
      • How to Setup NetNut Proxy on BitBrowser Browser
      • How to Set Up Swiftproxy Proxy
      • Proxy IP Management
    • Extensions
    • Account Security
      • How to change password
      • How to retrieve the password
      • How to retrieve the username
      • How to turn on two-factor verification
  • Guide(Videos)
    • Introduction
    • Users
    • Http/Https/Socks5 Proxy
    • Luminati/Oxylabs/Iphtml Proxy
    • Extract IP
    • IPIDEA Proxy
    • ABCproxy
  • Q&A
    • Getting Started
      • Introduction
      • Support for trial
      • How many users can be created?
      • Which platforms are supported?
      • What browser management can do?
      • What groups can be used for?
      • Do we provide proxy IP?
      • How to choose a proxy type?
    • Issues
      • Import failed
      • Display blank
      • Crashed
      • Browser launch failed
      • Why is there a discrepancy in IP detection?
      • How to increase or decrease users?
      • How to get promotion rewards?
      • How to detect the local network environment?
      • Why do programs crash or get stuck when the computer memory is clearly not full?
    • Master Tutorial
      • Save proxy traffic with proxy IP balcklist function
      • How to import bookmarks for all browsers?
      • How to autofill passwords for all browsers?
      • How many accounts can each browser manage?
      • How to clone a browser profile?
      • How to clear cache files and change cache directory of browser profile?
      • How to use Auto Paste?
      • How to import cookies to a browser profile?
      • How to fix the browser proxy failure?
      • How to identify different browsers on the taskbar?
      • How to update user permission?
  • API Docs
    • Introduction
    • API Issues
    • Browser Profiles
    • Groups
    • Example of interface request parameters
    • Local Library Data Interface
    • Appendix
    • Cloud Phone Profiles
  • RPA Guide
    • RPA Usage Guide
  • Browser Fingerprinting
    • IPv4
    • IPv6
    • Language
    • Resolution
    • Audio
    • Timezone
    • localStorage
    • Geo
    • Fonts
    • Do Not Track
    • SSL
    • Proxy
    • DNS
    • Cookie
    • Canvas
    • WebGL
    • User Agent
    • IndexedDB
    • WebRTC
  • Upgrade Log
  • ⚒️Synchronize System
    • Guide(Graphic)
    • Guide(Video)
    • Q&A
  • Cloud Phone
    • Time-Based Billing
      • Introduction
      • Add Phone Profile
      • Basic Features of Cloud Phone
      • Basic Features of Phone Profile
      • Batch Update Phone Profiles
      • Batch Import/Export Phone Profile
      • Computing Power Basic Features
      • Cloud phone Bill
    • Plan-Based Billing
      • Cloud Phone(Video)
      • Cloud Phone(Graphic)
        • Introduction
        • Phone Profiles
          • Subscribe
          • Add
          • Basic features
            • Edit Seq
            • Update Profile Name
            • Update Group
            • Update Proxy
            • Update Remarks
            • Edit Profile
            • Open/Close Phone Profile
            • Search Phone Profiles
            • Customize Columns
            • Adjust Phone Profile Window Bounds
            • Files
            • Fav
            • Createable Phone Profiles
        • Computing Power
          • Purchase Computing Power
          • Basic features
            • Search power
            • Edit Computing Power Name
            • Update Remarks
            • Renew
            • Auto-renewal
            • Delete Computing Power
        • Phone Profile Group
          • Add Group
          • Search Group
          • Basic features
        • Cloud Phone Basics
        • Cloud Phone Bill
        • Proxy IP
          • How to set up 922 S5 proxy
    • Synchronizer
      • Graphic
Powered by GitBook
On this page
  • Create a Windows profile
  • Create a Mac profile
  • Create a iPhone profile
  • Create a Android profile
  • Update profile, without fingerprint
  • Update profile's fingerprint info
  • Create a profile, and set a socks5 proxy
  • Create a profile, and set a extract ip proxy infomation
  1. API Docs

Example of interface request parameters

The following interface parameters are all example parameters, showing only partial fields. For detailed fields, please refer to the specific corresponding interface document.

Create a Windows profile

// /browser/update
{
    "name": "windows browser",
    "browserFingerPrint": {
        "coreVersion": "122",
        "ostype": "PC",
        "os": "Win32",
        "osVersion": "11,10"
    },
    "proxyMethod": 2,
    "proxyType": "noproxy"
}

Create a Mac profile

// /browser/update
{
    "name": "mac browser",
    "browserFingerPrint": {
        "coreVersion": "118",
        "ostype": "PC",
        "os": "MacIntel",
        "hardwareConcurrency": "10"
    },
    "proxyMethod": 2,
    "proxyType": "noproxy"
}

Create a iPhone profile

// /browser/update
{
    "name": "iphone browser",
    "browserFingerPrint": {
        "coreVersion": "118",
        "ostype": "IOS",
        "os": "iPhone",
        "openWidth": 500,
        "openHeight": 900,
        "resolutionType": "1",
        "resolution": "360x780",
        "devicePixelRatio": 3
    },
    "proxyMethod": 2,
    "proxyType": "noproxy"
}

Create a Android profile

// /browser/update
{
    "name": "android browser",
    "browserFingerPrint": {
        "coreVersion": "118",
        "ostype": "Android",
        "os": "Linux armv81",
        "openWidth": 500,
        "openHeight": 900,
        "resolutionType": "1",
        "resolution": "360x780",
        "devicePixelRatio": 2
    },
    "proxyMethod": 2,
    "proxyType": "noproxy"
}

Update profile, without fingerprint

// /browser/update/partial
// To modify profile's information as needed, you would need to pass the corresponding fields. For instance, if you want to change the profile's name, you would pass the 'name' field. If you need to modify the remarks, you would pass the 'remark' field. Fields that do not need to be changed should not be passed. The specific fields are the same as those in the '/browser/update' interface."
{
    "ids": [
        "d2fc7636d01b4943a3c3bd2187ca2272"
    ],
    "name": "I am new name",
    "browserFingerPrint": {} // 不修改指纹,则无需传入指纹配置
}

Update profile's fingerprint info

// /browser/update/partial
// To modify profile's fingerprint information as needed, ensure that when changing the device type, for example, from PC to Android, all relevant fields are updated accordingly. Please refer to the following example.
{
    "ids": [
        "d1982fc6322545d4a372275238b65c2f"
    ],
    "browserFingerPrint": {
        "coreVersion": "118",
        "ostype": "Android",
        "os": "Linux armv81",
        "version": "",
        "osVersion": "",
        "platformVersion": "9.0.0",
        "batchRandom": true,
        "batchUpdateFingerPrint": true
    }
}

Create a profile, and set a socks5 proxy

{
    "name": "windows browser",
    "browserFingerPrint": {
        "coreVersion": "122",
        "ostype": "PC",
        "os": "Win32",
        "osVersion": "11,10"
    },
    "proxyMethod": 2,
    "proxyType": "socks5",
    "host": "1.2.3.4",
    "port": 1020,
    "proxyUserName": "abc",
    "proxyPassword": "def"
}

Create a profile, and set a extract ip proxy infomation

{
    "name": "windows browser",
    "browserFingerPrint": {
        "coreVersion": "118",
        "ostype": "PC",
        "os": "Win32",
        "osVersion": "11,10"
    },
    "ipCheckService": "ip123in",
    "proxyMethod": 3,
    "proxyType": "socks5",
    "dynamicIpUrl": "http://example.tiquip.com/extractip",
    "dynamicIpChannel": "common",
    "isDynamicIpChangeIp": true
}
PreviousGroupsNextLocal Library Data Interface

Last updated 1 year ago