API Reference

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/browsers/createCreate a new browser instance
View Details →
GET/browsers/listGet all browser instances
View Details →
GET/browsers/getGet a specific browser instance
View Details →
PUT/browsers/pausePause a browser instance
View Details →
PUT/browsers/resumeResume a browser instance
View Details →
DELETE/browsers/deleteDelete a browser instance
View Details →

Authentication

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.