POST
/
browser
/
quick
curl --request POST \
  --url https://api.gologin.com/browser/quick \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "My Test Profile",
  "os": "win",
  "osSpec": "win11"
}'

Authorizations

Authorization
string
header
required

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

Query Parameters

currentWorkspace
string

Body

application/json