cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/sessions/{sessionId}/goto \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data '{ "url": "https://www.google.com" }'
{ "status": "success" }
Navigates the browser session to the specified URL
API key passed in the header
The ID of the browser session
Navigation successful
The response is of type object.
object