Create Marco Profile
Create Marco Profile
POST http://127.0.0.1:2268/profiles
Parameters - Parameter
Parameter
os
String
Operating system. List of supported operating systems: (win, mac, lin, ios)
isWin11
Boolean
default: true
model
String
Mobile device information (ipad)
name
String
Optional profile's name
notes
String
Optional Note
browserSource
String
Optional Browser. List of supported browsers source: (marco)
browserType
String
Optional Browser. List of supported browsers type: (chrome, brave, opera, edge, yandex)
browserDataSync
Boolean
default: true
majorVersion
Number
Chrome version
fakeCanvas
Boolean
default: true
fakeMediaDevices
Boolean
default: true
fakeWebGLImage
Boolean
default: true
fakeWebGLMetaData
Boolean
default: true
fakeAudio
Boolean
default: true
fakeClientRects
Boolean
default: false
clearCacheOnBrowserClose
Boolean
default: true
restoreLastSessionOnBrowserOpen
Boolean
default: true
language
String
browser language
resolution
String
screen resolution
proxy
String
Optional Proxy. Support http, socks4, socks5. Use in the following format:
"{\"host\":\"127.0.0.1\",\"mode\":\"http\",\"password\":\"d92913ab\",\"port\":26951,\"username\":\"nguyenmanhtien.bh\"}"
folder
String
ID
startUrl
String
start URL
extensions
String
extension folder path
"C:\\Extensions\\1,C:\\Extensions\\2"
webRTCMode
Boolean
default:true. Disable WebRTC: false
fakeCanvas
Boolean
default:true
majorVersion
String
Browser's version
Example
Link to Postman's API Hidemyacc version 3:
https://drive.google.com/file/d/1th6bL94-crxaHUZ6-fyTUCfJJOnmT92k/view
Success response
Success response - Success 200
data
Object
Profile information
Success response example
Success response example - Success-Example
Status code: 200 OK
{
"code": 1,
"data": {
"id": "64816f8c3bb6b40724423ab3",
"name": "test-auto-2",
"os": "win",
"platform": "Win32",
"browserSource": "marco",
"browserType": "brave",
"proxy": {
"proxyEnabled": false,
"autoProxyServer": "",
"autoProxyUsername": "",
"autoProxyPassword": "",
"changeIpUrl": "",
"mode": "http",
"port": 26951,
"autoProxyRegion": "VN",
"torProxyRegion": "us",
"host": "127.0.0.1",
"username": "nguyenmanhtien.bh",
"password": "d92913ab"
},
"startUrl": "https://ipfighter.com",
"folder": "6466014a8dc055a729880fa1"
}
}
Error response
Error response - Error 4xx
402
API supported from Team plan
Error response example
Error response example - Response (example):
Status code 402: Payment required
{
"code": 0
}
Last updated