Skip to main content
POST
Create profile with templates

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
os
enum<string>
required

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,
ios
Example:

"win"

name
string

Name of the profile.

Example:

"My Test Profile"

osSpec
enum<string>

Here you can specify OS specification. For example chip version for macos or version of windows.

Available options:
M1,
M2,
M3,
M4,
M5,
A18,
win11,
Example:

"win11"

devicePixelRatio
number

Device pixel ratio. Applied only when os is 'ios' — lets the iOS app match the profile's screen density to the real device. Ignored for every other OS.

Example:

3

Response

201 - undefined