UnifyAPI
← Back to catalog

browser.create_session

mock data$0.010 / call

Create Browser Session

⚡ ACTION: Create a managed headless browser session on Browserbase infrastructure. Returns session ID and WebSocket connect URL for Puppeteer/Playwright. Choose region (US/EU/Asia) and optional residential proxy. Sessions auto-expire after 5 minutes of inactivity (Browserbase)

Web Searchprovider: Browser#browser#search

Input schema

proxy

Use residential proxy for the session (default false)

boolean
region

Browser region (default us-west-2)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/browser.create_session \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"proxy":"<proxy>","region":"<region>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.