Create Ghosty Profile
Create Ghosty Profile
POST http://127.0.0.1:2268/profiles
Parameters - Parameter
Parameter
os
String
Operating system. List of supported operating systems: (win, mac, lin, android, ios)
name
String
Optional profile's name
notes
String
Optional Note
browserSource
String
Optional Browser. List of supported browsers source: (ghosty)
browserType
String
Optional Browser. List of supported browsers type: (chrome, opera, edge, firefox)
browserDataSync
Boolean
default: false
majorVersion
Number
Chrome version
fakeCanvas
Boolean
default: false
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\"}"
userAgent
String
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36",
folder
String
Folder ID
startUrl
String
start URL
extensions
String
extensions folder path
"C:\\Extensions\\1,C:\\Extensions\\2"
Example
Link to Postman's API Hidemyacc version 3:
https://drive.google.com/drive/folders/1PY9VSbRCFbRwhruOP3uv7w-ECB3erXS3?usp=sharing
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": "64817c6c3bb6b40724481bab",
"name": "test-auto-3",
"os": "win",
"platform": "Win32",
"browserSource": "ghosty",
"browserType": "chrome",
"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