Skip to main content
POST
/
browser
/
{id}
/
web
Run profile in the cloud
curl --request POST \
  --url https://api.gologin.com/browser/{id}/web \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "workspaceId": "<string>",
  "isHeadless": false
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Id of the profile.

Body

application/json
workspaceId
string

Workspace id. Defaults to user default workspace.

isHeadless
boolean
default:false

Run profile in headless mode.

Response

202 - undefined