← Back to catalog
browser.create_session
mock data$0.010 / callCreate 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)
Input schema
proxy
booleanUse residential proxy for the session (default false)
region
stringBrowser region (default us-west-2)
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>"}'