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

The response is of type object[].