---
title: "Navigate to URL"
method: POST
path: "/v1/sessions/{sessionId}/goto"
tags: ["OS Level Control"]
---

# Navigate to URL

`POST /v1/sessions/{sessionId}/goto`

Navigates the browser session to the specified URL

## Path parameters

- `sessionId` string, uuid, required

## Request body

- NavigateRequestSchema
  - `url` string, required — The URL to navigate to

## Response `200`

Navigation successful

- object
  - `status` string

## Other responses

- `400` — Invalid URL or parameters
- `404` — Session not found
- `500` — Failed to navigate to URL

---

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