Profiles
Create Profile
Creates a new profile from a session. A Profile stores cookies, local storage, and cache.
POST
Authorizations
API key passed in the header
Body
application/json
A description of the profile.
The name of the profile.
The session ID is required if the source is set to session
. The session must be running, and the profile will be stored once the session terminates.
The source of the profile data. currently only session
is supported.
Available options:
session
Response
200 - application/json
Details of the created profile.