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
}Executes the automation and returns the result
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
}API key for authentication
Organization ID (required for session auth)
Automation ID
Was this page helpful?