First-Time User Special!

Limited Time Reward

Use Code: | 20% OFF

API Documentation

Integrate BeastBrowser with your applications using our powerful API

Quick Start

Get your API key from the dashboard and start making requests in minutes.

// Example API Request
curl -X POST https://api.beastbrowser.com/v1/profiles
  -H "Authorization: Bearer YOUR_API_KEY"
  -H "Content-Type: application/json"
  -d '{"name": "Profile 1", "proxy": "http://proxy:port"}'

Profiles

Create, manage, and delete browser profiles

GET /v1/profiles
POST /v1/profiles
DELETE /v1/profiles/:id

Proxies

Manage proxy configurations

GET /v1/proxies
POST /v1/proxies
PUT /v1/proxies/:id

Automation

Execute automation scripts

POST /v1/automation/run
GET /v1/automation/status

Sessions

Manage browser sessions

POST /v1/sessions/start
DELETE /v1/sessions/stop

Authentication

All API requests require authentication using Bearer token in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Rate Limits

Free Plan

100 requests/hour

Premium Plan

1,000 requests/hour

Enterprise

Unlimited requests

Ready to Get Started?

Sign up now and get your API key instantly

Get API Access