Create profile with templates
Profile
Create profile with templates
It uses templates for profile parameters.
POST
Create profile with templates
Documentation Index
Fetch the complete documentation index at: https://gologin.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Body
application/json
OS type. It should be the same with the OS you want to run the browser on.
Available options:
lin, mac, win, android, android-cloud Example:
"win"
Name of the profile.
Example:
"My Test Profile"
Here you can specify OS specification. For example chip version for macos or version of windows.
Available options:
M1, M2, M3, M4, M5, win11, Example:
"win11"
Response
201 - undefined