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
- 200
- 400
- 401
- 402
- 422
- 429
- 500
- 503
Task completed successfully
Invalid Request Format - check API documentation for proper syntax.
Unauthorized - missing or invalid API key.
Payment Required - you have run out of trial credits or your payment method has expired. Please add payment details to your account.
Unprocessable Entity - cannot find requested asset associated with your API key.
Too Many Requests - you have exceeded the rate limit for your account. Please wait before making additional requests.
Internal Server Error - please retry your request.
Service Unavailable - our servers have dropped the request due to high load - please retry.