cURL
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" }'
It uses templates for profile parameters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?