---
title: "Navigate to a URL"
method: POST
path: "/v1/browserbase/navigate"
tags: ["Browserbase"]
---

# Navigate to a URL

`POST /v1/browserbase/navigate`

Navigates the browser session to the specified URL

## Request body

- NavigateToUrlDto
  - `sessionId` string, required — Browserbase session ID
  - `url` string, required — URL to navigate to

## Response `200`

Navigation result

---

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