Profiles
Create Profile
Creates a new profile from a browser session. A Profile stores cookies, local storage, and cache.
POST
Authorizations
API key passed in the header
Body
application/json
The name of the profile.
Example:
"my-profile"
A description of the profile.
Example:
"This is my profile description."
The source of the profile data. currently only session
is supported.
Available options:
session
Example:
"session"
The browser session ID is required if the source is set to session
. The browser session must be running, and the profile will be stored once the browser session terminates.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Indicates whether the browser session cache should be saved when the browser session ends. Defaults to false
.
Example:
true
Response
200
application/json
Profile created successfully.
Details of the created profile.