Create, Connect and Retrieve information from Browser Sessions.
const response = await fetch( `https://api.browserbase.com/v1/sessions/${sessionId}`, { method: "GET", headers: { "x-bb-api-key": `${process.env.BROWSERBASE_API_KEY}`, }, }, );
Was this page helpful?