curl --request POST \
--url http://localhost:3333/v1/browserbase/session \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '
{
"contextId": "<string>"
}
'{
"sessionId": "<string>",
"liveViewUrl": "<string>"
}Creates a new browser session using the org context
curl --request POST \
--url http://localhost:3333/v1/browserbase/session \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '
{
"contextId": "<string>"
}
'{
"sessionId": "<string>",
"liveViewUrl": "<string>"
}API key for authentication
Organization ID (required for session auth)
Browserbase context ID
Was this page helpful?