Browser Endpoints
Create and manage browser instances for automated workflows.
Overview
The Browser API allows you to create and manage browser instances within the Browserize platform. These browsers can be used for automated tasks, data collection, or monitoring activities.
Base URL
https://browserize.com/api/browsersAvailable Endpoints
POST
View Details →/browsers/createCreate a new browser instanceGET
View Details →/browsers/listGet all browser instancesGET
View Details →/browsers/getGet a specific browser instancePUT
View Details →/browsers/pausePause a browser instancePUT
View Details →/browsers/resumeResume a browser instanceDELETE
View Details →/browsers/deleteDelete a browser instanceAuthentication
All Browser API endpoints require authentication using your Browserize API key. Include your API key in the Authorization header:
Authorization: Bearer sk-brz-your_api_key_hereAPI keys are linked to your user account and specific project. All browser instances created with your API key will be associated with the corresponding project.