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": "<string>"
}
'{
"status": "<string>"
}Navigates the browser session to the specified URL
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": "<string>"
}
'{
"status": "<string>"
}Was this page helpful?