Skip to main content
POST
/
v1
/
browserbase
/
automations
/
{automationId}
/
run
Run a browser automation
curl --request POST \
  --url http://localhost:3333/v1/browserbase/automations/{automationId}/run \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "runId": "<string>",
  "success": true,
  "screenshotUrl": "<string>",
  "error": "<string>",
  "needsReauth": true
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string
required

Organization ID (required for session auth)

Path Parameters

automationId
string
required

Automation ID

Response

200 - application/json

Run result

runId
string
required
success
boolean
required
screenshotUrl
string
error
string
needsReauth
boolean