curl --request POST \
--url http://localhost:3333/v1/browserbase/session \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--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>' \
--data '
{
"contextId": "<string>"
}
'{
"sessionId": "<string>",
"liveViewUrl": "<string>"
}Was this page helpful?