---
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

## Changes

- **2026-02-12** `e7ac06ada1aa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/perplexityai/apis/perplexity-ai-api/changes/v1/browser/sessions/post.md)

---

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