curl --request POST \
--url http://localhost:3333/v1/browserbase/automations/{automationId}/execute \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Runs the automation on a pre-created session
curl --request POST \
--url http://localhost:3333/v1/browserbase/automations/{automationId}/execute \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Was this page helpful?