GET
/
profiles
curl --request GET \
  --url https://engine.diarupt.ai/profiles
[
  {
    "id": "interviewer",
    "short_name": "Interviewer",
    "description": "AI to acts as an Interviewer"
  }
]

Response

200
application/json
Got available profiles
id
string
required

AI Profile identifier

Example:

"interviewer"

short_name
string
required

AI Profile short name

Example:

"Interviewer"

description
string
required

AI Profile description

Example:

"AI to acts as an Interviewer"