curl --request POST \
--url http://localhost:3333/v1/browserbase/navigate \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '
{
"sessionId": "<string>",
"url": "<string>"
}
'Navigates the browser session to the specified URL
curl --request POST \
--url http://localhost:3333/v1/browserbase/navigate \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '
{
"sessionId": "<string>",
"url": "<string>"
}
'Was this page helpful?