POST
/
api
/
profiles

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Body

application/json
description
string

A description of the profile.

name
string

The name of the profile.

session_id
string

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.

source
enum<string>

The source of the profile data. currently only session is supported.

Available options:
session

Response

200 - application/json
data
object

Details of the created profile.