---
title: "Create Browser Session"
method: POST
path: "/v1/browser/sessions"
---

# Create Browser Session

`POST /v1/browser/sessions`

Create a new remote browser session for CDP-based automation.

## Request body

- CreateBrowserSessionRequest — Request body for creating a browser session (empty object)

## Response `200`

Browser session created successfully

- BrowserSessionResponse — Response containing browser session details
  - `session_id` string, uuid — Unique identifier for the browser session
  - `status` 'running' | 'stopped' — Current status of the session

## Other responses

- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/perplexityai/apis/perplexity-ai-api.md) · [All operations](https://skmtc.net/perplexityai/apis/perplexity-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/perplexityai/perplexity-ai-api/versions/bcca72d3b564/schema)
