For the full list of available options, view the interactive api documentation

Use Anchor Residential Proxy

curl --request POST \
  --url https://api.anchorbrowser.io/api/sessions \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '{
  "proxy_config": {
    "type": "anchor-residential",
    "active": true
  }
}'

Use a Custom Proxy

curl --request POST \
  --url https://api.anchorbrowser.io/api/sessions \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '{
  "proxy_config": {
    "type": "custom",
    "server": "proxy-server",
    "username": "proxy-username",
    "password": "proxy-password",
    "active": true
  }
}'