Advanced create a profile
Advanced create a profile
Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"folderId": "2c964438972097f6019734b8105a028f",
"title": "add",
"fingerprint": {
"coreVersion": "140",
"os": "Win32",
"product": "chrome",
"timeZoneFollowIp": false,
"languageFollowIp": false,
"uiLanguageType": "1",
"languages": "sq-AL",
"timeZone": "Asia/Calcutta"
},
"proxy": {
"protocol": "socks5",
"host": "127.0.0.1",
"port": 10809,
"proxyUsername": "name",
"proxyPassword": "pass",
"rotateUrl": "https://testip.com",
"repeatItem": false,
"publicViewing": 0,
"proxyMethod": 0
}
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:30898/api/profile/advancedCreateProfile' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"folderId": "2c964438972097f6019734b8105a028f",
"title": "add",
"fingerprint": {
"coreVersion": "140",
"os": "Win32",
"product": "chrome",
"timeZoneFollowIp": false,
"languageFollowIp": false,
"uiLanguageType": "1",
"languages": "sq-AL",
"timeZone": "Asia/Calcutta"
},
"proxy": {
"protocol": "socks5",
"host": "127.0.0.1",
"port": 10809,
"proxyUsername": "name",
"proxyPassword": "pass",
"rotateUrl": "https://testip.com",
"repeatItem": false,
"publicViewing": 0,
"proxyMethod": 0
}
}'
Responses
{
"folderId": "2c92b02398a25c370198a267782d000a",
"id": "2af3516e6e50404a8589fe2e0f3cdf06",
"title": "Test title"
}
Modified at 2025-12-25 05:30:25