profileID.profileID can be obtained from the /api/profile/getProfiles endpoint or returned by /api/profile/quickCreateProfile.quickCreateProfile to create the profile and record the returned ID.Authorization: ********************{
"profileId": "d878e732552a422e87942b2a4938265c",
"ignoreStartUrls": false,
"urls": ["https://www.google.com", "https://facebook.com"]
}curl --location --request POST 'http://127.0.0.1:30898/api/browser/openBrowser' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"profileId": "d878e732552a422e87942b2a4938265c",
"ignoreStartUrls": false,
"urls": ["https://www.google.com", "https://facebook.com"]
}'{
"ws": "ws://127.0.0.1:59948/devtools/browser/e45a2b5b-4984-47c5-85f8-3ff90ca27185",
"port": 59948,
"pid": 36339,
"seq": 36
}