πThe new Browserless is Live! Experience the future of web scraping now!π
x-api-key: ********************
{
"profileIds": [
"86b68026-0d68-4ce0-a30f-ccf58632446c"
],
"proxyConfig": {
"url": "http://admin:[email protected]:8000"
}
}
curl --location --request PUT 'http://localhost:8848/api/v2/profiles/proxy/batch' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"profileIds": [
"86b68026-0d68-4ce0-a30f-ccf58632446c"
],
"proxyConfig": {
"url": "http://admin:[email protected]:8000"
}
}'
{
"code": 0,
"data": "string",
"err": true,
"msg": "string"
}