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/browsers
Available Endpoints
POST
View Details →/browsers/create
Create a new browser instanceGET
View Details →/browsers/list
Get all browser instancesGET
View Details →/browsers/get
Get a specific browser instancePUT
View Details →/browsers/pause
Pause a browser instancePUT
View Details →/browsers/resume
Resume a browser instanceDELETE
View Details →/browsers/delete
Delete 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_here
API 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.