Skip to main content
POST
Navigate

Description

Navigates the browser to the specified URL. Waits for the page to load before returning.

Authentication

Open-source deployments do not require authentication by default. If your server config enables X-API-Key, include that header with the request.

Path Parameters

id
string
required
The browser ID returned from Create Session.

Request Body

url
string
required
The URL to navigate to.

Response

ok
boolean
Whether the navigation completed successfully.

Example