Skip to main content

Run Synchronous Task

POST 

/workstations/:workstation_id/browser-use/v1/run-synchronous-task

Execute a browser task synchronously using browser-use operator. This endpoint starts a new browser automation task and keeps the connection open until the task completes. When the task finishes, it returns the complete task result.

Unlike the regular task creation endpoint, this endpoint does not return immediately with a task ID. Instead, it waits for the task to complete before responding.

Request

Responses

Task completed successfully