Create a browser session
Cloud Browser
Create a Session
Creates and starts a browser. The smallest request is . Connect with the returned WebSocket URL, then navigate with Playwright or Puppeteer. Reuse settings.id to restore the saved identity and browser state.
POST
Create a browser session
The smallest request is
{}. The response includes a signed connectUrl and an opaque settings.id; connect first, then navigate with Playwright or Puppeteer. The API does not accept startUrl.Follow the Cloud Browser guide
Create, connect, navigate, reuse settings, and stop a browser safely.
Authorizations
Client API key for the authenticated account.
Body
application/json
Response
Browser session started.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Available options:
running, stopped, timedOut, failed