curl --request POST \
--url http://localhost:3333/v1/browserbase/automations/{automationId}/run \
--header 'X-API-Key: <api-key>'{
"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>'{
"runId": "<string>",
"success": true,
"screenshotUrl": "<string>",
"error": "<string>",
"needsReauth": true
}Was this page helpful?